Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_LOADED (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DSimChangeListenerTest.java20 import static com.android.internal.telephony.IccCardConstants.INTENT_VALUE_ICC_LOADED;
99 sendSimStateChangeIntent(INTENT_VALUE_ICC_LOADED); in testNotSeenFollowedBySeenCallsCallback()
103 sendSimStateChangeIntent(INTENT_VALUE_ICC_LOADED); in testNotSeenFollowedBySeenCallsCallback()
112 sendSimStateChangeIntent(INTENT_VALUE_ICC_LOADED); in testNotListeningDoesNotCallback()
116 sendSimStateChangeIntent(INTENT_VALUE_ICC_LOADED); in testNotListeningDoesNotCallback()
124 sendSimStateChangeIntent(INTENT_VALUE_ICC_LOADED); in testSeenOnlyDoesNotCallback()
127 sendSimStateChangeIntent(INTENT_VALUE_ICC_LOADED); in testSeenOnlyDoesNotCallback()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DSimChangeListener.java19 import static com.android.internal.telephony.IccCardConstants.INTENT_VALUE_ICC_LOADED;
67 if (!INTENT_VALUE_ICC_LOADED.equals(state)) { in makeCallback()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java244 IccCardConstants.INTENT_VALUE_ICC_LOADED, null, FAKE_SUB_ID_1); in testSimLoaded()
276 eq(IccCardConstants.INTENT_VALUE_ICC_LOADED)); in testSimLoaded()
309 IccCardConstants.INTENT_VALUE_ICC_LOADED, null, FAKE_SUB_ID_1); in testSimLoadedEmptyOperatorNumeric()
322 eq(IccCardConstants.INTENT_VALUE_ICC_LOADED)); in testSimLoadedEmptyOperatorNumeric()
387 IccCardConstants.INTENT_VALUE_ICC_LOADED, null, FAKE_SUB_ID_1); in testDualSimLoaded()
400 IccCardConstants.INTENT_VALUE_ICC_LOADED, null, FAKE_SUB_ID_2); in testDualSimLoaded()
574 IccCardConstants.INTENT_VALUE_ICC_LOADED, "TESTING", FAKE_SUB_ID_1); in testHexIccIdSuffix()
DCarrierActionAgentTest.java106 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testCarrierActionResetOnAPM()
148 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testCarrierActionResetOnAPNChange()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java46 public static final String INTENT_VALUE_ICC_LOADED = "LOADED"; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java188 case IccCardConstants.INTENT_VALUE_ICC_LOADED: return EVENT_SIM_LOADED; in internalIccStateToMessage()
463 broadcastSimStateChanged(loadedSlotId, IccCardConstants.INTENT_VALUE_ICC_LOADED, null); in handleSimLoaded()
466 updateCarrierServices(loadedSlotId, IccCardConstants.INTENT_VALUE_ICC_LOADED); in handleSimLoaded()
DCarrierActionAgent.java162 if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(iccState)) { in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java643 case LOADED: return IccCardConstants.INTENT_VALUE_ICC_LOADED; in getIccStateIntentString()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java958 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(stateExtra) in fromIntent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java541 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(state)) { in checkAndStartWifi()