Home
last modified time | relevance | path

Searched defs:lteState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl45 void onVoLteServiceStateChanged(in VoLteServiceState lteState); in onVoLteServiceStateChanged()
DITelephonyRegistry.aidl69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
DDefaultPhoneNotifier.java293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
DPhoneBase.java712 VoLteServiceState lteState = new VoLteServiceState(state); in handleSrvccStateChanged() local
1597 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1298 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()