Home
last modified time | relevance | path

Searched refs: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() argument
DITelephonyRegistry.aidl70 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java64 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged() argument
DDefaultPhoneNotifier.java297 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument
300 mRegistry.notifyVoLteServiceStateChanged(lteState); in notifyVoLteServiceStateChanged()
DPhone.java768 VoLteServiceState lteState = new VoLteServiceState(state); in handleSrvccStateChanged() local
769 notifyVoLteServiceStateChanged(lteState); in handleSrvccStateChanged()
2201 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument
2202 mNotifier.notifyVoLteServiceStateChanged(this, lteState); in notifyVoLteServiceStateChanged()
/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java710 public void onVoLteServiceStateChanged(VoLteServiceState lteState) { in onVoLteServiceStateChanged() argument
711 send(LISTEN_VOLTE_STATE, 0, 0, lteState); in onVoLteServiceStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java314 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument
DPhoneMock.java589 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1411 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged() argument
1416 mVoLteServiceState = lteState; in notifyVoLteServiceStateChanged()