Searched refs:VoLteServiceState (Results 1 – 9 of 9) sorted by relevance
29 public final class VoLteServiceState implements Parcelable { class59 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 VoLteServiceState80 public VoLteServiceState(int srvccState) { in VoLteServiceState() method in VoLteServiceState93 public VoLteServiceState(VoLteServiceState s) { in VoLteServiceState() method in VoLteServiceState109 protected void copyFrom(VoLteServiceState s) { in copyFrom()118 public VoLteServiceState(Parcel in) { in VoLteServiceState() method in VoLteServiceState143 public static final Parcelable.Creator<VoLteServiceState> CREATOR = new Parcelable.Creator() {[all …]
26 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) {
20 parcelable VoLteServiceState;
26 import android.telephony.VoLteServiceState;45 void onVoLteServiceStateChanged(in VoLteServiceState lteState); in onVoLteServiceStateChanged()
28 import android.telephony.VoLteServiceState;69 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
21 import android.telephony.VoLteServiceState;63 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); in notifyVoLteServiceStateChanged()
27 import android.telephony.VoLteServiceState;293 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()
48 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()
45 import android.telephony.VoLteServiceState;176 private VoLteServiceState mVoLteServiceState = new VoLteServiceState();1298 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { in notifyVoLteServiceStateChanged()1308 new VoLteServiceState(mVoLteServiceState)); in notifyVoLteServiceStateChanged()