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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { method in class:DefaultPhoneNotifier
296 mRegistry.notifyVoLteServiceStateChanged(lteState);
H A DPhoneBase.java630 notifyVoLteServiceStateChanged(lteState);
1432 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:PhoneBase
1433 mNotifier.notifyVoLteServiceStateChanged(this, lteState);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1204 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:TelephonyRegistry
1205 if (!checkNotifyPermission("notifyVoLteServiceStateChanged()")) {

Completed in 126 milliseconds