Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java234 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/
DPhoneNotifier.java79 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged() method
DDefaultPhoneNotifier.java188 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged() method in DefaultPhoneNotifier
189 mTelephonyRegistryMgr.notifySrvccStateChanged(sender.getSubId(), state); in notifySrvccStateChanged()
DPhone.java825 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/
DTelephonyRegistryManager.java551 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/
DITelephonyRegistry.aidl84 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2005 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry