Searched refs:INTENT_VALUE_ICC_READY (Results 1 – 8 of 8) sorted by relevance
44 public static final String INTENT_VALUE_ICC_READY = Intent.SIM_STATE_READY; field in IccCardConstants
111 broadcastSimStateChanged(phoneId, IccCardConstants.INTENT_VALUE_ICC_READY, null); in handleSimReady()
234 if (IccCardConstants.INTENT_VALUE_ICC_READY.equals(mSimStates[phoneId]) || in isSimReady()
264 , IccCardConstants.INTENT_VALUE_ICC_READY); in testTelephonyCapable_BootInitState_SimState_Ready()
232 case IccCardConstants.INTENT_VALUE_ICC_READY: return EVENT_SIM_READY; in internalIccStateToMessage()441 broadcastSimStateChanged(phoneId, IccCardConstants.INTENT_VALUE_ICC_READY, null); in handleSimReady()
293 } else if (IccCardConstants.INTENT_VALUE_ICC_READY.equals(stateExtra)) { in updateSimState()
636 case READY: return IccCardConstants.INTENT_VALUE_ICC_READY; in getIccStateIntentString()
1296 } else if (IccCardConstants.INTENT_VALUE_ICC_READY.equals(stateExtra)) { in fromIntent()