Searched defs:STATUS_FAILED (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java51 * established successfully and {@link #STATUS_FAILED} when connection
171 public static final int STATUS_FAILED = 1; field in class:BluetoothMasClient
358 int status = request.isSuccess() ? STATUS_OK : STATUS_FAILED;
458 mCallback.obtainMessage(event, STATUS_FAILED, mMas.getId(), null).sendToTarget();
585 * {@link #STATUS_OK} or {@link #STATUS_FAILED} and
/frameworks/base/core/java/android/app/
H A DDownloadManager.java121 * When {@link #COLUMN_STATUS} is {@link #STATUS_FAILED}, this indicates the type of error that
128 * If {@link #COLUMN_STATUS} is neither {@link #STATUS_FAILED} nor {@link #STATUS_PAUSED}, this
182 public final static int STATUS_FAILED = 1 << 4; field in class:DownloadManager
872 if ((mStatusFlags & STATUS_FAILED) != 0) {
1105 if (status != STATUS_SUCCESSFUL && status != STATUS_FAILED) {
1337 case STATUS_FAILED:
1421 return STATUS_FAILED;
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java198 public static final int STATUS_FAILED = 64; field in interface:Telephony.TextBasedSmsColumns

Completed in 120 milliseconds