Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java237 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged()
247 mTelephonyRegistry.notifySrvccStateChanged(1 /*subId*/, srvccState); in testSrvccStateChanged()
262 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.java182 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged() method in DefaultPhoneNotifier
183 mTelephonyRegistryMgr.notifySrvccStateChanged(sender.getSubId(), state); in notifySrvccStateChanged()
DPhone.java821 notifySrvccStateChanged(state); in handleSrvccStateChanged()
2626 public void notifySrvccStateChanged(int state) { in notifySrvccStateChanged() method in Phone
2627 mNotifier.notifySrvccStateChanged(this, state); in notifySrvccStateChanged()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java643 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistryManager
645 sRegistry.notifySrvccStateChanged(subId, state); in notifySrvccStateChanged()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl83 void notifySrvccStateChanged(in int subId, in int lteState); in notifySrvccStateChanged() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2011 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged() method in TelephonyRegistry
/frameworks/base/services/
Dart-profile3647 HPLcom/android/server/TelephonyRegistry;->notifySrvccStateChanged(II)V