Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_LOCKED (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java40 public static final String INTENT_VALUE_ICC_LOCKED = "LOCKED"; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java552 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
553 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
554 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
557 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java379 IccCardConstants.INTENT_VALUE_ICC_LOCKED, "TESTING", FAKE_SUB_ID_1, false); in testSimLockedWithOutIccId()
393 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockedWithOutIccId()
467 IccCardConstants.INTENT_VALUE_ICC_LOCKED, "TESTING", FAKE_SUB_ID_1, false); in testSimLockWithIccId()
481 eq(IccCardConstants.INTENT_VALUE_ICC_LOCKED)); in testSimLockWithIccId()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java106 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java212 case IccCardConstants.INTENT_VALUE_ICC_LOCKED: return EVENT_SIM_LOCKED; in internalIccStateToMessage()
384 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED, reason); in handleSimLocked()
387 updateSubscriptionCarrierId(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()
388 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java295 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in updateSimState()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1205 } else if (IccCardConstants.INTENT_VALUE_ICC_LOCKED.equals(stateExtra)) { in fromIntent()