Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java40 static public final String INTENT_VALUE_ICC_CARD_RESTRICTED = Intent.SIM_STATE_CARD_RESTRICTED; field in IccCardConstants
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java205 case IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED: return EVENT_SIM_RESTRICTED; in internalIccStateToMessage()
285 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED, in handleMessage()
286 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
290 IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
291 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java648 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateIntentString()
H A DUiccProfile.java812 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateReason()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierConfigLoader.java1353 case IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED: in updateConfigForPhoneId()