HomeSort by relevance Sort by last modified time
    Searched refs:RESULT_FAILURE (Results 1 - 7 of 7) sorted by null

  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 215 public static final int RESULT_FAILURE = 2;
247 mResult = RESULT_FAILURE;
258 mResult = RESULT_FAILURE;
327 } else if (result == Gatherer.RESULT_FAILURE) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 83 public static final int RESULT_FAILURE = 0;
BluetoothHeadset.java 109 public static final int RESULT_FAILURE = 0;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sim.c 53 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
67 case RESULT_FAILURE:
68 return "RESULT_FAILURE";
675 if (data->state != FAILURE && data->state != RESULT_FAILURE) {
871 if (data->state != FAILURE && data->state != RESULT_FAILURE) {
969 } else if (data->state == RESULT_FAILURE)
eap_aka.c 53 CONTINUE, RESULT_SUCCESS, RESULT_FAILURE, SUCCESS, FAILURE
75 case RESULT_FAILURE:
76 return "RESULT_FAILURE";
907 if (data->state != FAILURE && data->state != RESULT_FAILURE) {
1123 if (data->state != FAILURE && data->state != RESULT_FAILURE) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 277 BluetoothHeadset.RESULT_FAILURE,
436 BluetoothHeadset.STATE_DISCONNECTED, BluetoothHeadset.RESULT_FAILURE,
465 BluetoothHeadset.STATE_DISCONNECTED, BluetoothHeadset.RESULT_FAILURE,
606 BluetoothHeadset.RESULT_FAILURE, BluetoothHeadset.LOCAL_DISCONNECT);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java 667 private static final int RESULT_FAILURE = 2;
705 Integer result = RESULT_FAILURE;
773 } else if (result == RESULT_FAILURE) {
782 target.onSaveCompleted(result != RESULT_FAILURE, mSaveMode, mContactLookupUri);
    [all...]

Completed in 210 milliseconds