Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java157 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId, false); in testUpdateActiveSlotStatus()
245 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId, false); in testUpdateAbsentState()
275 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, activeIss.logicalSlotIndex, true); in testUpdateAbsentStateInactiveSlotStatus()
298 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId, false); in testUiccSlotCreateAndDispose()
333 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, phoneId, false); in testUiccSlotBroadcastAbsent()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java32 public static final String INTENT_VALUE_ICC_ABSENT = "ABSENT"; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimActivationTracker.java83 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals( in SimActivationTracker()
DSubscriptionInfoUpdater.java207 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: return EVENT_SIM_ABSENT; in internalIccStateToMessage()
580 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT, null); in handleSimAbsent()
583 updateSubscriptionCarrierId(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent()
584 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent()
DCarrierActionAgent.java184 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) { in handleMessage()
DCarrierResolver.java146 case IccCardConstants.INTENT_VALUE_ICC_ABSENT: in resolveSubscriptionCarrierId()
/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java102 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) { in updateSimState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java188 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, FAKE_SUB_ID_1, false); in testSimAbsent()
197 eq(IccCardConstants.INTENT_VALUE_ICC_ABSENT)); in testSimAbsent()
209 IccCardConstants.INTENT_VALUE_ICC_ABSENT, null, FAKE_SUB_ID_1, true); in testSimAbsentAndInactive()
220 eq(IccCardConstants.INTENT_VALUE_ICC_ABSENT)); in testSimAbsentAndInactive()
DCarrierResolverTest.java222 mCarrierResolver.resolveSubscriptionCarrierId(IccCardConstants.INTENT_VALUE_ICC_ABSENT); in testCarrierMatchSimAbsent()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java147 IccCardConstants.INTENT_VALUE_ICC_ABSENT); in testTelephonyCapable_SimState_Absent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java287 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) { in updateSimState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java551 case ABSENT: return IccCardConstants.INTENT_VALUE_ICC_ABSENT; in getIccStateIntentString()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1193 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(stateExtra)) { in fromIntent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java544 if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(state)) { in checkAndStartWifi()