Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_CARD_RESTRICTED (Results 1 – 4 of 4) 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.java207 case IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED: return EVENT_SIM_RESTRICTED; in internalIccStateToMessage()
287 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED, in handleMessage()
288 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
292 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
293 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java636 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateIntentString()
DUiccProfile.java743 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateReason()