Home
last modified time | relevance | path

Searched refs:notifyRadioPowerStateChanged (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java205 public void notifyRadioPowerStateChanged(Phone sender, @RadioPowerState int state) { in notifyRadioPowerStateChanged() method in DefaultPhoneNotifier
206 mTelephonyRegistryMgr.notifyRadioPowerStateChanged(sender.getPhoneId(), sender.getSubId(), in notifyRadioPowerStateChanged()
H A DPhoneNotifier.java105 void notifyRadioPowerStateChanged(Phone sender, @RadioPowerState int state); in notifyRadioPowerStateChanged() method
H A DGsmCdmaPhone.java2852 mNotifier.notifyRadioPowerStateChanged(this, newState); in handleRadioPowerStateChange()
/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl83 void notifyRadioPowerStateChanged(in int phoneId, in int subId, in int state); in notifyRadioPowerStateChanged() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyRegistryTest.java366 mTelephonyRegistry.notifyRadioPowerStateChanged(1, 1, RADIO_POWER_ON); in testMultiSimConfigChange()
373 mTelephonyRegistry.notifyRadioPowerStateChanged(1, 1, RADIO_POWER_ON); in testMultiSimConfigChange()
380 mTelephonyRegistry.notifyRadioPowerStateChanged(0, 1, RADIO_POWER_OFF); in testMultiSimConfigChange()
/aosp12/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java532 public void notifyRadioPowerStateChanged(int slotIndex, int subId, in notifyRadioPowerStateChanged() method in TelephonyRegistryManager
535 sRegistry.notifyRadioPowerStateChanged(slotIndex, subId, radioPowerState); in notifyRadioPowerStateChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2365 public void notifyRadioPowerStateChanged(int phoneId, int subId, @RadioPowerState int state) { in notifyRadioPowerStateChanged() method in TelephonyRegistry
/aosp12/frameworks/base/services/
H A Dart-profile3325 HPLcom/android/server/TelephonyRegistry;->notifyRadioPowerStateChanged(III)V+]Lcom/android/internal…