Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_ABSENT (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java158 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUpdateActiveSlotStatus()
246 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUpdateAbsentState()
298 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUiccSlotCreateAndDispose()
333 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId); in testUiccSlotBroadcastAbsent()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java34 public static final String INTENT_VALUE_ICC_ABSENT = Intent.SIM_STATE_ABSENT; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimActivationTracker.java82 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals( in SimActivationTracker()
DSubscriptionInfoUpdater.java204 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: return EVENT_SIM_ABSENT; in internalIccStateToMessage()
661 broadcastSimStateChanged(phoneId, IccCardConstants.INTENT_VALUE_ICC_ABSENT, null); in handleSimAbsent()
664 updateSubscriptionCarrierId(phoneId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent()
665 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent()
DCarrierActionAgent.java184 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) { in handleMessage()
DCarrierResolver.java148 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: in resolveSubscriptionCarrierId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDataResetEventTracker.java100 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java184 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, FAKE_SUB_ID_1); in testSimAbsent()
193 eq(IccCardConstants.INTENT_VALUE_ICC_ABSENT)); in testSimAbsent()
215 eq(IccCardConstants.INTENT_VALUE_ICC_ABSENT)); in testSimAbsentAndInactive()
305 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, FAKE_SUB_ID_1); in testSimNotReadyDisabledUiccApps()
DCarrierResolverTest.java207 mCarrierResolver.resolveSubscriptionCarrierId(IccCardConstants.INTENT_VALUE_ICC_ABSENT); in testCarrierMatchSimAbsent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java155 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(value)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java628 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT; in getIccStateIntentString()