Searched defs:notifyVoLteServiceStateChanged (Results 1 - 4 of 4) 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.java579 notifyVoLteServiceStateChanged(lteState);
1351 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:PhoneBase
1352 mNotifier.notifyVoLteServiceStateChanged(this, lteState);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1051 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:TelephonyRegistry
1052 if (!checkNotifyPermission("notifyVoLteServiceStateChanged()")) {

Completed in 83 milliseconds