Home
last modified time | relevance | path

Searched refs:VoLteServiceState (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DVoLteServiceState.java29 public final class VoLteServiceState implements Parcelable { class
59 public static VoLteServiceState newFromBundle(Bundle m) { in newFromBundle()
60 VoLteServiceState ret; in newFromBundle()
61 ret = new VoLteServiceState(); in newFromBundle()
71 public VoLteServiceState() { in VoLteServiceState() method in VoLteServiceState
80 public VoLteServiceState(int srvccState) { in VoLteServiceState() method in VoLteServiceState
93 public VoLteServiceState(VoLteServiceState s) { in VoLteServiceState() method in VoLteServiceState
109 protected void copyFrom(VoLteServiceState s) { in copyFrom()
118 public VoLteServiceState(Parcel in) { in VoLteServiceState() method in VoLteServiceState
143 public static final Parcelable.Creator<VoLteServiceState> CREATOR = new Parcelable.Creator() {
[all …]
DPhoneStateListener.java26 import android.telephony.VoLteServiceState;
325 … PhoneStateListener.this.onVoLteServiceStateChanged((VoLteServiceState)msg.obj); in PhoneStateListener()
502 public void onVoLteServiceStateChanged(VoLteServiceState stateInfo) { in onVoLteServiceStateChanged()
600 public void onVoLteServiceStateChanged(VoLteServiceState lteState) {
DVoLteServiceState.aidl20 parcelable VoLteServiceState;
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl26 import android.telephony.VoLteServiceState;
45 void onVoLteServiceStateChanged(in VoLteServiceState lteState); in onVoLteServiceStateChanged()
DITelephonyRegistry.aidl28 import android.telephony.VoLteServiceState;
69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java21 import android.telephony.VoLteServiceState;
63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
DDefaultPhoneNotifier.java27 import android.telephony.VoLteServiceState;
293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
DPhoneBase.java48 import android.telephony.VoLteServiceState;
683 case VoLteServiceState.HANDOVER_STARTED: in handleSrvccStateChanged()
692 case VoLteServiceState.HANDOVER_COMPLETED: in handleSrvccStateChanged()
700 case VoLteServiceState.HANDOVER_FAILED: in handleSrvccStateChanged()
701 case VoLteServiceState.HANDOVER_CANCELED: in handleSrvccStateChanged()
712 VoLteServiceState lteState = new VoLteServiceState(state); in handleSrvccStateChanged()
1597 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java45 import android.telephony.VoLteServiceState;
176 private VoLteServiceState mVoLteServiceState = new VoLteServiceState();
1298 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
1308 new VoLteServiceState(mVoLteServiceState)); in notifyVoLteServiceStateChanged()