Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl47 void onVoLteServiceStateChanged(in VoLteServiceState lteState); in onVoLteServiceStateChanged()
DITelephonyRegistry.aidl70 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java64 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
DDefaultPhoneNotifier.java297 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
DPhone.java768 VoLteServiceState lteState = new VoLteServiceState(state); in handleSrvccStateChanged() local
2201 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java710 public void onVoLteServiceStateChanged(VoLteServiceState lteState) { in onVoLteServiceStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java314 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
DPhoneMock.java589 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1411 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()