Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_IMSI (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java46 public static final String INTENT_VALUE_ICC_IMSI = Intent.SIM_STATE_IMSI; field in IccCardConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java336 IccCardConstants.INTENT_VALUE_ICC_IMSI, null, 2); in testWrongSimState()
344 eq(IccCardConstants.INTENT_VALUE_ICC_IMSI)); in testWrongSimState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java236 IccCardConstants.INTENT_VALUE_ICC_IMSI.equals(mSimStates[phoneId])) { in isSimReady()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java212 case IccCardConstants.INTENT_VALUE_ICC_IMSI: return EVENT_SIM_IMSI; in internalIccStateToMessage()
301 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_IMSI, null); in handleMessage()