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/ |
D | UiccSlotTest.java | 158 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/ |
D | IccCardConstants.java | 34 public static final String INTENT_VALUE_ICC_ABSENT = Intent.SIM_STATE_ABSENT; field in IccCardConstants
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SimActivationTracker.java | 82 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals( in SimActivationTracker()
|
D | SubscriptionInfoUpdater.java | 204 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()
|
D | CarrierActionAgent.java | 184 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) { in handleMessage()
|
D | CarrierResolver.java | 148 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: in resolveSubscriptionCarrierId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/ |
D | VendorDataResetEventTracker.java | 100 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 184 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()
|
D | CarrierResolverTest.java | 207 mCarrierResolver.resolveSubscriptionCarrierId(IccCardConstants.INTENT_VALUE_ICC_ABSENT); in testCarrierMatchSimAbsent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorPhoneSwitcher.java | 155 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(value)) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 628 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT; in getIccStateIntentString()
|