Searched defs:notifyVoLteServiceStateChanged (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 112 milliseconds