Home
last modified time | relevance | path

Searched defs:notifyRadioPowerStateChanged (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java105 void notifyRadioPowerStateChanged(Phone sender, @RadioPowerState int state); in notifyRadioPowerStateChanged() method
H A DDefaultPhoneNotifier.java205 public void notifyRadioPowerStateChanged(Phone sender, @RadioPowerState int state) { in notifyRadioPowerStateChanged() method in DefaultPhoneNotifier
/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/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java532 public void notifyRadioPowerStateChanged(int slotIndex, int subId, in notifyRadioPowerStateChanged() method in TelephonyRegistryManager
/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