Searched refs:notifyVoLteServiceStateChanged (Results 1 – 5 of 5) sorted by relevance
63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged() method
293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() method in DefaultPhoneNotifier296 mRegistry.notifyVoLteServiceStateChanged(lteState); in notifyVoLteServiceStateChanged()
630 notifyVoLteServiceStateChanged(lteState); in handleSrvccStateChanged()1432 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() method in PhoneBase1433 mNotifier.notifyVoLteServiceStateChanged(this, lteState); in notifyVoLteServiceStateChanged()
69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged() method
1204 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() method in TelephonyRegistry