Searched refs:INTENT_VALUE_ICC_LOADED (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/ |
D | SimChangeListenerTest.java | 20 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/ |
D | SimChangeListener.java | 19 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/ |
D | SubscriptionInfoUpdaterTest.java | 244 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()
|
D | CarrierActionAgentTest.java | 106 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testCarrierActionResetOnAPM() 148 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testCarrierActionResetOnAPNChange()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IccCardConstants.java | 46 public static final String INTENT_VALUE_ICC_LOADED = "LOADED"; field in IccCardConstants
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SubscriptionInfoUpdater.java | 188 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()
|
D | CarrierActionAgent.java | 162 if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(iccState)) { in handleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 643 case LOADED: return IccCardConstants.INTENT_VALUE_ICC_LOADED; in getIccStateIntentString()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 958 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(stateExtra) in fromIntent()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 541 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(state)) { in checkAndStartWifi()
|