Home
last modified time | relevance | path

Searched refs:notifyVoLteServiceStateChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged() method
DDefaultPhoneNotifier.java293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() method in DefaultPhoneNotifier
296 mRegistry.notifyVoLteServiceStateChanged(lteState); in notifyVoLteServiceStateChanged()
DPhoneBase.java630 notifyVoLteServiceStateChanged(lteState); in handleSrvccStateChanged()
1432 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() method in PhoneBase
1433 mNotifier.notifyVoLteServiceStateChanged(this, lteState); in notifyVoLteServiceStateChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1204 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() method in TelephonyRegistry