HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA_ERROR_CODE (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/accounts/
CantAddAccountActivity.java 30 public static final String EXTRA_ERROR_CODE = "android.accounts.extra.ERROR_CODE";
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaControlIntent.java 435 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
542 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
582 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
629 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
664 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
    [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaControlIntent.java 435 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
542 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
582 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
629 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
664 * <li>{@link #EXTRA_ERROR_CODE} <em>(optional)</em>: Specifies the cause of the error.
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SendStatusReceiver.java 49 public static final String EXTRA_ERROR_CODE = "errorCode";
67 intent.getIntExtra(EXTRA_ERROR_CODE, NO_ERROR_CODE),
SmsReceiver.java 177 private static final String EXTRA_ERROR_CODE = "errorCode";
189 final int errorCode = intent.getIntExtra(EXTRA_ERROR_CODE, 0);
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 110 public static final String EXTRA_ERROR_CODE = "code"; // value should be int
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java 62 * error. In case of error, {@link #EXTRA_ERROR_CODE} will contain the error code and this
72 public static final String EXTRA_ERROR_CODE = "android.bluetooth.le.extra.ERROR_CODE";
153 * {@link #EXTRA_ERROR_CODE} and {@link #EXTRA_LIST_SCAN_RESULT} to indicate the result of
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 331 milliseconds