Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_CARD_RESTRICTED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java40 static public final String INTENT_VALUE_ICC_CARD_RESTRICTED = Intent.SIM_STATE_CARD_RESTRICTED; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java228 case IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED: return EVENT_SIM_RESTRICTED; in internalIccStateToMessage()
308 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED, in handleMessage()
309 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
313 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
314 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java291 } else if (IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED.equals(stateExtra)) { in updateSimState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java640 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateIntentString()
DUiccProfile.java749 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateReason()