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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 25 public static final int PIN_REQUIRED = 5;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 65 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
73 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */
83 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
87 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
97 case 2: return PIN_REQUIRED;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 77 milliseconds