/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | DataConnectionStats.java | 120 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 D | IccCardConstants.java | 34 public static final String INTENT_VALUE_ICC_ABSENT = Intent.SIM_STATE_ABSENT;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | CarrierTextManager.java | 545 && (simState == TelephonyManager.SIM_STATE_ABSENT in getStatusForIccState() 551 case TelephonyManager.SIM_STATE_ABSENT: in getStatusForIccState()
|
H A D | KeyguardUpdateMonitor.java | 312 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 D | GnssConfiguration.java | 470 return phone.getSimState() == TelephonyManager.SIM_STATE_ABSENT; in isSimAbsent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | CarrierTextManagerTest.java | 576 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_ABSENT)); in testGetStatusForIccState() 604 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_ABSENT)); in testGetStatusForIccState()
|
H A D | KeyguardUpdateMonitorTest.java | 511 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 D | KeyguardViewMediator.java | 667 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 D | TelephonyManager.java | 3339 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 D | NetworkControllerImpl.java | 932 if (state != TelephonyManager.SIM_STATE_ABSENT in hasAnySim()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 4617 public static final String SIM_STATE_ABSENT = "ABSENT"; field in Intent
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | BatteryStatsImpl.java | 5936 if (simState == TelephonyManager.SIM_STATE_ABSENT) { in updateAllPhoneStateLocked()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 45941 field public static final int SIM_STATE_ABSENT = 1; // 0x1
|