Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl89 void notifyRadioPowerStateChanged(in int phoneId, in int subId, in int state); in notifyRadioPowerStateChanged() method
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java624 public void notifyRadioPowerStateChanged(int slotIndex, int subId, in notifyRadioPowerStateChanged() method in TelephonyRegistryManager
627 sRegistry.notifyRadioPowerStateChanged(slotIndex, subId, radioPowerState); in notifyRadioPowerStateChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2609 public void notifyRadioPowerStateChanged(int phoneId, int subId, @RadioPowerState int state) { in notifyRadioPowerStateChanged() method in TelephonyRegistry