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.aidl45 void onVoLteServiceStateChanged(in VoLteServiceState lteState); in onVoLteServiceStateChanged()
DITelephonyRegistry.aidl67 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java60 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
DDefaultPhoneNotifier.java287 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
DPhone.java681 VoLteServiceState lteState = new VoLteServiceState(state); in handleSrvccStateChanged() local
2032 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java618 public void onVoLteServiceStateChanged(VoLteServiceState lteState) { in onVoLteServiceStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java301 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
DPhoneMock.java581 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1264 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()