Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl77 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java760 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistryManager
762 sRegistry.notifySrvccStateChanged(subId, state); in notifySrvccStateChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2503 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry