Searched refs:CARD_RESTRICTED (Results 1 – 4 of 4) sorted by relevance
92 CARD_RESTRICTED,/** ordinal(9) == {@See TelephonyManager#SIM_STATE_CARD_RESTRICTED} */ enumConstant103 || (this == CARD_RESTRICTED) || (this == LOADED)); in iccCardExist()117 case 9: return CARD_RESTRICTED; in intToState()
740 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateIntentString()917 case CARD_RESTRICTED: in broadcastSimStateEvents()
624 setExternalState(IccCardConstants.State.CARD_RESTRICTED); in updateExternalState()861 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateReason()
528 assertEquals(State.CARD_RESTRICTED, mUiccProfile.getState()); in testUpdateExternalState()