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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 63 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
71 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */
80 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
84 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
93 case 2: return PIN_REQUIRED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 25 public static final int PIN_REQUIRED = 5;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityModel.java 61 monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED))) {
KeyguardSimPinView.java 79 mSubId = monitor.getNextSubIdForState(IccCardConstants.State.PIN_REQUIRED);
CarrierText.java 312 case PIN_REQUIRED:
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
DataConnectionStats.java 110 mSimState = IccCardConstants.State.PIN_REQUIRED;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 403 setExternalState(State.PIN_REQUIRED);
549 setExternalState(State.PIN_REQUIRED);
580 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED;
597 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 226 mSimState = IccCardConstants.State.PIN_REQUIRED;
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 186 // Start the SIM unlock activity if PIN_REQUIRED.
193 if (simState == IccCardConstants.State.PIN_REQUIRED) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 448 case PIN_REQUIRED:
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 1519 milliseconds