Searched refs:INTENT_VALUE_ICC_IMSI (Results 1 – 5 of 5) sorted by relevance
46 public static final String INTENT_VALUE_ICC_IMSI = Intent.SIM_STATE_IMSI; field in IccCardConstants
352 IccCardConstants.INTENT_VALUE_ICC_IMSI, null, 2); in testWrongSimState()360 eq(IccCardConstants.INTENT_VALUE_ICC_IMSI)); in testWrongSimState()
236 IccCardConstants.INTENT_VALUE_ICC_IMSI.equals(mSimStates[phoneId])) { in isSimReady()
233 case IccCardConstants.INTENT_VALUE_ICC_IMSI: return EVENT_SIM_IMSI; in internalIccStateToMessage()322 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_IMSI, null); in handleMessage()
1313 || IccCardConstants.INTENT_VALUE_ICC_IMSI.equals(stateExtra)) { in fromIntent()