Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java171 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged() method in DefaultPhoneNotifier
172 mTelephonyRegistryMgr.notifySrvccStateChanged(sender.getSubId(), state); in notifySrvccStateChanged()
H A DPhoneNotifier.java88 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged() method
H A DPhone.java867 notifySrvccStateChanged(state); in handleSrvccStateChanged()
2855 public void notifySrvccStateChanged(int state) { in notifySrvccStateChanged() method in Phone
2856 mNotifier.notifySrvccStateChanged(this, state); in notifySrvccStateChanged()
/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl72 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyRegistryTest.java319 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged()
328 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged()
344 mTelephonyRegistry.notifySrvccStateChanged(0 /*subId*/, srvccState); in testSrvccStateChangedNoPermission()
/aosp12/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java661 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistryManager
663 sRegistry.notifySrvccStateChanged(subId, state); in notifySrvccStateChanged()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2258 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry
/aosp12/frameworks/base/services/
H A Dart-profile3330 HPLcom/android/server/TelephonyRegistry;->notifySrvccStateChanged(II)V+]Lcom/android/internal/telep…