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

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java52 * established successfully and {@link #STATUS_FAILED} when connection
172 public static final int STATUS_FAILED = 1; field in class:BluetoothMasClient
359 int status = request.isSuccess() ? STATUS_OK : STATUS_FAILED;
457 mCallback.obtainMessage(event, success ? STATUS_OK : STATUS_FAILED, mMas.getMasInstanceId(),
587 * {@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) {
1084 if (status != STATUS_SUCCESSFUL && status != STATUS_FAILED) {
1316 case STATUS_FAILED:
1400 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 133 milliseconds