Searched refs:INTENT_VALUE_ICC_ABSENT (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/ |
D | SimChangeListenerTest.java | 19 import static com.android.internal.telephony.IccCardConstants.INTENT_VALUE_ICC_ABSENT; 98 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT); in testNotSeenFollowedBySeenCallsCallback() 102 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT); in testNotSeenFollowedBySeenCallsCallback() 111 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT); in testNotListeningDoesNotCallback() 115 sendSimStateChangeIntent(INTENT_VALUE_ICC_ABSENT); in testNotListeningDoesNotCallback()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccSlotTest.java | 154 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUpdateActiveSlotStatus() 241 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUpdateAbsentState() 264 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUiccSlotCreateAndDispose()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IccCardConstants.java | 32 public static final String INTENT_VALUE_ICC_ABSENT = "ABSENT"; field in IccCardConstants
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SimActivationTracker.java | 83 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals( in SimActivationTracker()
|
D | SubscriptionInfoUpdater.java | 182 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: return EVENT_SIM_ABSENT; in internalIccStateToMessage() 484 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent() 485 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT, null); in handleSimAbsent()
|
D | CarrierActionAgent.java | 180 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) { in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | DataConnectionStats.java | 102 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) { in updateSimState()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccSlot.java | 177 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, mPhoneId); in updateCardStateAbsent()
|
D | UiccProfile.java | 634 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT; in getIccStateIntentString()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 172 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, FAKE_SUB_ID_1); in testSimAbsent() 181 eq(IccCardConstants.INTENT_VALUE_ICC_ABSENT)); in testSimAbsent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 344 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) { in updateSimState()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 932 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) { in fromIntent()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 538 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(state)) { in checkAndStartWifi()
|