Searched refs:INTENT_VALUE_ICC_IMSI (Results 1 – 4 of 4) sorted by relevance
44 public static final String INTENT_VALUE_ICC_IMSI = "IMSI"; field in IccCardConstants
263 IccCardConstants.INTENT_VALUE_ICC_IMSI, null, 2, false); in testWrongSimState()271 eq(IccCardConstants.INTENT_VALUE_ICC_IMSI)); in testWrongSimState()
215 case IccCardConstants.INTENT_VALUE_ICC_IMSI: return EVENT_SIM_IMSI; in internalIccStateToMessage()308 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_IMSI, null); in handleMessage()
1220 || IccCardConstants.INTENT_VALUE_ICC_IMSI.equals(stateExtra)) { in fromIntent()