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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 36 public static final String INTENT_VALUE_ICC_LOCKED = "LOCKED";
  /frameworks/base/services/core/java/com/android/server/connectivity/
DataConnectionStats.java 106 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 528 if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(getIccStateIntentString(mExternalState))) {
589 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED;
590 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED;
591 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED;
594 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionInfoUpdater.java 137 if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(simStatus)) {
209 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 196 else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 552 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) {
    [all...]

Completed in 452 milliseconds