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.java158 mTelephonyRegistry.notifySrvccStateChanged(0 /*subId*/, srvccState); in testSrvccStateChanged()
169 mTelephonyRegistry.notifySrvccStateChanged(0 /*subId*/, srvccState); in testSrvccStateChanged()
184 mTelephonyRegistry.notifySrvccStateChanged(0 /*subId*/, srvccState); in testSrvccStateChangedNoPermission()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java74 void notifySrvccStateChanged(Phone sender, @TelephonyManager.SrvccState int state); in notifySrvccStateChanged() method
DDefaultPhoneNotifier.java314 public void notifySrvccStateChanged(Phone sender, @TelephonyManager.SrvccState int state) { in notifySrvccStateChanged() method in DefaultPhoneNotifier
316 mRegistry.notifySrvccStateChanged(sender.getSubId(), state); in notifySrvccStateChanged()
DPhone.java820 notifySrvccStateChanged(state); in handleSrvccStateChanged()
2388 public void notifySrvccStateChanged(int state) { in notifySrvccStateChanged() method in Phone
2389 mNotifier.notifySrvccStateChanged(this, state); in notifySrvccStateChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl81 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java402 public void notifySrvccStateChanged(int subId, int state) { in notifySrvccStateChanged() method in TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1737 public void notifySrvccStateChanged(int subId, @TelephonyManager.SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry