Searched refs:INTENT_VALUE_ICC_IMSI (Results 1 – 4 of 4) sorted by relevance
46 public static final String INTENT_VALUE_ICC_IMSI = Intent.SIM_STATE_IMSI; field in IccCardConstants
336 IccCardConstants.INTENT_VALUE_ICC_IMSI, null, 2); in testWrongSimState()344 eq(IccCardConstants.INTENT_VALUE_ICC_IMSI)); in testWrongSimState()
236 IccCardConstants.INTENT_VALUE_ICC_IMSI.equals(mSimStates[phoneId])) { in isSimReady()
212 case IccCardConstants.INTENT_VALUE_ICC_IMSI: return EVENT_SIM_IMSI; in internalIccStateToMessage()301 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_IMSI, null); in handleMessage()