Searched refs:notifySrvccStateChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 234 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged() 244 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged() 259 mTelephonyRegistry.notifySrvccStateChanged(0 /*subId*/, srvccState); in testSrvccStateChangedNoPermission()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 79 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged() method
|
D | DefaultPhoneNotifier.java | 188 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged() method in DefaultPhoneNotifier 189 mTelephonyRegistryMgr.notifySrvccStateChanged(sender.getSubId(), state); in notifySrvccStateChanged()
|
D | Phone.java | 825 notifySrvccStateChanged(state); in handleSrvccStateChanged() 2618 public void notifySrvccStateChanged(int state) { in notifySrvccStateChanged() method in Phone 2619 mNotifier.notifySrvccStateChanged(this, state); in notifySrvccStateChanged()
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyRegistryManager.java | 551 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistryManager 553 sRegistry.notifySrvccStateChanged(subId, state); in notifySrvccStateChanged()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 84 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2005 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry
|