Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java46 public static final String INTENT_VALUE_ICC_IMSI = Intent.SIM_STATE_IMSI; field in IccCardConstants
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java210 case IccCardConstants.INTENT_VALUE_ICC_IMSI: return EVENT_SIM_IMSI; in internalIccStateToMessage()
299 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_IMSI, null); in handleMessage()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java353 IccCardConstants.INTENT_VALUE_ICC_IMSI, null, 2); in testWrongSimState()
361 eq(IccCardConstants.INTENT_VALUE_ICC_IMSI)); in testWrongSimState()