HomeSort by relevance Sort by last modified time
    Searched refs:lteState (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneStateListener.aidl 45 void onVoLteServiceStateChanged(in VoLteServiceState lteState);
ITelephonyRegistry.aidl 64 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState);
DefaultPhoneNotifier.java 293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) {
296 mRegistry.notifyVoLteServiceStateChanged(lteState);
PhoneBase.java 578 VoLteServiceState lteState = new VoLteServiceState(state);
579 notifyVoLteServiceStateChanged(lteState);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 573 public void onVoLteServiceStateChanged(VoLteServiceState lteState) {
574 Message.obtain(mHandler, LISTEN_VOLTE_STATE, 0, 0, lteState).sendToTarget();
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java     [all...]

Completed in 166 milliseconds