Searched refs:notifySrvccStateChanged (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | DefaultPhoneNotifier.java | 171 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged() method in DefaultPhoneNotifier 172 mTelephonyRegistryMgr.notifySrvccStateChanged(sender.getSubId(), state); in notifySrvccStateChanged()
|
H A D | PhoneNotifier.java | 88 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged() method
|
H A D | Phone.java | 867 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 D | ITelephonyRegistry.aidl | 72 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | TelephonyRegistryTest.java | 319 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 D | TelephonyRegistryManager.java | 661 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 D | TelephonyRegistry.java | 2258 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 3330 HPLcom/android/server/TelephonyRegistry;->notifySrvccStateChanged(II)V+]Lcom/android/internal/telep…
|