Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DDataConnectionStats.java120 if (Intent.SIM_STATE_ABSENT.equals(stateExtra)) { in updateSimState()
121 mSimState = TelephonyManager.SIM_STATE_ABSENT; in updateSimState()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java34 public static final String INTENT_VALUE_ICC_ABSENT = Intent.SIM_STATE_ABSENT;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java545 && (simState == TelephonyManager.SIM_STATE_ABSENT in getStatusForIccState()
551 case TelephonyManager.SIM_STATE_ABSENT: in getStatusForIccState()
H A DKeyguardUpdateMonitor.java312 TelephonyManager.SIM_STATE_ABSENT,
1857 if (args.simState == TelephonyManager.SIM_STATE_ABSENT) {
2144 if (Intent.SIM_STATE_ABSENT.equals(stateExtra)) { in fromIntent()
2145 state = TelephonyManager.SIM_STATE_ABSENT; in fromIntent()
3794 if (state == TelephonyManager.SIM_STATE_ABSENT) { in handleSimStateChange()
3803 data.simState = TelephonyManager.SIM_STATE_ABSENT; in handleSimStateChange()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssConfiguration.java470 return phone.getSimState() == TelephonyManager.SIM_STATE_ABSENT; in isSimAbsent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java576 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_ABSENT)); in testGetStatusForIccState()
604 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_ABSENT)); in testGetStatusForIccState()
H A DKeyguardUpdateMonitorTest.java511 final int state = TelephonyManager.SIM_STATE_ABSENT; in testSimStateInitialized()
549 Intent.SIM_STATE_ABSENT); in testTelephonyCapable_SimState_Absent()
731 intent.putExtra(Intent.EXTRA_SIM_STATE, Intent.SIM_STATE_ABSENT); in testHandleSimStateChange_Absent()
735 Assert.assertEquals(TelephonyManager.SIM_STATE_ABSENT, in testHandleSimStateChange_Absent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java667 case TelephonyManager.SIM_STATE_ABSENT:
683 if (simState == TelephonyManager.SIM_STATE_ABSENT) {
2234 mUpdateMonitor.getNextSubIdForState(TelephonyManager.SIM_STATE_ABSENT));
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3339 SIM_STATE_ABSENT,
3364 public static final int SIM_STATE_ABSENT = TelephonyProtoEnums.SIM_STATE_ABSENT; // 1 field in TelephonyManager
3585 if (simState != SIM_STATE_ABSENT) { in getSimStateIncludingLoaded()
3593 return SIM_STATE_ABSENT; in getSimStateIncludingLoaded()
3670 case SIM_STATE_ABSENT: in getSimCardStateFromSimState()
3780 case SIM_STATE_ABSENT: in getSimApplicationStateFromSimState()
18368 case TelephonyManager.SIM_STATE_ABSENT: in simStateToString()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java932 if (state != TelephonyManager.SIM_STATE_ABSENT in hasAnySim()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java4617 public static final String SIM_STATE_ABSENT = "ABSENT"; field in Intent
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java5936 if (simState == TelephonyManager.SIM_STATE_ABSENT) { in updateAllPhoneStateLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt45941 field public static final int SIM_STATE_ABSENT = 1; // 0x1