/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | CarrierTextManagerTest.java | 342 TelephonyManager.SIM_STATE_READY); in testCreateInfo_OneValidSubscription() 367 TelephonyManager.SIM_STATE_READY); in testCreateInfo_OneValidSubscriptionWithRoaming() 392 TelephonyManager.SIM_STATE_READY); in testCarrierText_noTextOnReadySimWhenNull() 417 TelephonyManager.SIM_STATE_READY); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn() 479 TelephonyManager.SIM_STATE_READY); in testCarrierText_twoValidSubscriptions() 503 .thenReturn(TelephonyManager.SIM_STATE_READY) in testCarrierText_oneDisabledSub() 529 .thenReturn(TelephonyManager.SIM_STATE_READY); in testCarrierText_firstDisabledSub() 554 .thenReturn(TelephonyManager.SIM_STATE_READY) in testCarrierText_threeSubsMiddleDisabled() 556 .thenReturn(TelephonyManager.SIM_STATE_READY); in testCarrierText_threeSubsMiddleDisabled() 589 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_READY)); in testGetStatusForIccState() [all …]
|
H A D | KeyguardUpdateMonitorTest.java | 642 , Intent.SIM_STATE_READY); in testTelephonyCapable_BootInitState_SimState_Ready() 821 Assert.assertEquals(TelephonyManager.SIM_STATE_READY, in testHandleSimStateChange_Ready() 825 intent.putExtra(Intent.EXTRA_SIM_STATE, Intent.SIM_STATE_READY); in testHandleSimStateChange_Ready() 829 Assert.assertEquals(TelephonyManager.SIM_STATE_READY, in testHandleSimStateChange_Ready() 837 Assert.assertEquals(TelephonyManager.SIM_STATE_READY, in testHandleSimStateChange_Ready()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | DataConnectionStats.java | 51 private int mSimState = TelephonyManager.SIM_STATE_READY; 92 boolean simReadyOrUnknown = mSimState == TelephonyManager.SIM_STATE_READY in notePhoneDataConnectionState() 122 } else if (Intent.SIM_STATE_READY.equals(stateExtra)) { in updateSimState() 123 mSimState = TelephonyManager.SIM_STATE_READY; in updateSimState()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | MobileRadioPowerCalculatorTest.java | 84 TelephonyManager.SIM_STATE_READY, in testCounterBasedModel() 88 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel() 204 TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_multipleDefinedRat() 208 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_multipleDefinedRat() 359 TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_legacyPowerProfile() 363 stats.notePhoneStateLocked(ServiceState.STATE_IN_SERVICE, TelephonyManager.SIM_STATE_READY, in testCounterBasedModel_legacyPowerProfile() 481 TelephonyManager.SIM_STATE_READY, in testTimerBasedModel_byProcessState() 598 TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_mobileRadioActiveTimeModel() 681 TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel() 863 TelephonyManager.SIM_STATE_READY, in testMeasuredEnergyBasedModel_modemActivityInfoRxTxModel_legacyPowerProfile() [all …]
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IccCardConstants.java | 44 public static final String INTENT_VALUE_ICC_READY = Intent.SIM_STATE_READY;
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
H A D | DataUsageController.java | 19 import static android.telephony.TelephonyManager.SIM_STATE_READY; 226 && getTelephonyManager().getSimState() == SIM_STATE_READY; in isMobileDataSupported()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | OperatorNameViewController.java | 211 return mSimState == TelephonyManager.SIM_STATE_READY; in simReady()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | CarrierTextManager.java | 342 if (simState == TelephonyManager.SIM_STATE_READY) { in updateCarrierText() 561 case TelephonyManager.SIM_STATE_READY: in getStatusForIccState()
|
H A D | KeyguardSimPinViewController.java | 69 if (simState == TelephonyManager.SIM_STATE_READY) {
|
H A D | KeyguardSimPukViewController.java | 69 if (simState == TelephonyManager.SIM_STATE_READY) {
|
H A D | KeyguardUpdateMonitor.java | 2164 } else if (Intent.SIM_STATE_READY.equals(stateExtra) in fromIntent() 2170 state = TelephonyManager.SIM_STATE_READY; in fromIntent() 4126 handleSimStateChange(subId, getSlotId(subId), TelephonyManager.SIM_STATE_READY); in reportSimUnlocked()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 3343 SIM_STATE_READY, 3375 public static final int SIM_STATE_READY = TelephonyProtoEnums.SIM_STATE_READY; // 5 field in TelephonyManager 3571 simState = SIM_STATE_READY; in getSimState() 3784 case SIM_STATE_READY: in getSimApplicationStateFromSimState() 3839 simState = SIM_STATE_READY; in getSimState() 18376 case TelephonyManager.SIM_STATE_READY: in simStateToString()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediator.java | 723 case TelephonyManager.SIM_STATE_READY:
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 4653 public static final String SIM_STATE_READY = "READY"; field in Intent
|
/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 | 45949 field public static final int SIM_STATE_READY = 5; // 0x5
|