Searched refs:SrvccState (Results 1 – 14 of 14) sorted by relevance
23 import android.telephony.Annotation.SrvccState;79 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged()
127 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()128 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()131 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
26 import android.telephony.Annotation.SrvccState;188 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged()
86 public enum SrvccState { enum in Call
772 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()792 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()797 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()806 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()815 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
34 import android.telephony.Annotation.SrvccState;551 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged()
34 import android.telephony.Annotation.SrvccState;841 public void onSrvccStateChanged(@SrvccState int srvccState) { in onSrvccStateChanged()
1123 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testEndRingbackOnSrvcc()1154 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testClearHoldSwapStateOnSrvcc()1177 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
69 public @interface SrvccState { annotation in Annotation
469 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;3780 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()3785 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
1533 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
50 import android.telephony.Annotation.SrvccState;2005 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged()
4691 com.android.internal.telephony.Call$SrvccState
21785 HSPLcom/android/internal/telephony/Call$SrvccState;-><init>(Ljava/lang/String;I)V37564 Lcom/android/internal/telephony/Call$SrvccState;