Searched refs:CARD_RESTRICTED (Results 1 – 5 of 5) sorted by relevance
78 CARD_RESTRICTED,/** ordinal(9) == {@See TelephonyManager#SIM_STATE_CARD_RESTRICTED} */ enumConstant89 || (this == CARD_RESTRICTED) || (this == LOADED)); in iccCardExist()103 case 9: return CARD_RESTRICTED; in intToState()
591 assertEquals(State.CARD_RESTRICTED, mUiccProfile.getState()); in testUpdateExternalState()
470 setExternalState(IccCardConstants.State.CARD_RESTRICTED); in updateExternalState()691 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateReason()
559 case CARD_RESTRICTED: return IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED; in getIccStateIntentString()
292 mSimState = IccCardConstants.State.CARD_RESTRICTED; in updateSimState()