Searched refs:INTENT_VALUE_ICC_ABSENT (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DSimChangeListenerTest.java19 import static com.android.internal.telephony.IccCardConstants.INTENT_VALUE_ICC_ABSENT;
98 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT);
102 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT);
111 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT);
115 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java32 public static final String INTENT_VALUE_ICC_ABSENT = "ABSENT"; field in class:IccCardConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccSlotTest.java154 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId);
241 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId);
264 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId);
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DDataConnectionStats.java102 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSimActivationTracker.java83 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(
H A DCarrierActionAgent.java180 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) {
H A DSubscriptionInfoUpdater.java182 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: return EVENT_SIM_ABSENT;
484 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT);
485 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT, null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java172 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, FAKE_SUB_ID_1);
181 eq(IccCardConstants.INTENT_VALUE_ICC_ABSENT));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccSlot.java177 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, mPhoneId);
H A DUiccProfile.java634 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java344 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java932 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java538 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(state)) {

Completed in 887 milliseconds