Searched refs:notifyRadioPowerStateChanged (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | DefaultPhoneNotifier.java | 205 public void notifyRadioPowerStateChanged(Phone sender, @RadioPowerState int state) { in notifyRadioPowerStateChanged() method in DefaultPhoneNotifier 206 mTelephonyRegistryMgr.notifyRadioPowerStateChanged(sender.getPhoneId(), sender.getSubId(), in notifyRadioPowerStateChanged()
|
H A D | PhoneNotifier.java | 105 void notifyRadioPowerStateChanged(Phone sender, @RadioPowerState int state); in notifyRadioPowerStateChanged() method
|
H A D | GsmCdmaPhone.java | 2852 mNotifier.notifyRadioPowerStateChanged(this, newState); in handleRadioPowerStateChange()
|
/aosp12/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | ITelephonyRegistry.aidl | 83 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 D | TelephonyRegistryTest.java | 366 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 D | TelephonyRegistryManager.java | 532 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 D | TelephonyRegistry.java | 2365 public void notifyRadioPowerStateChanged(int phoneId, int subId, @RadioPowerState int state) { in notifyRadioPowerStateChanged() method in TelephonyRegistry
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 3325 HPLcom/android/server/TelephonyRegistry;->notifyRadioPowerStateChanged(III)V+]Lcom/android/internal…
|