Searched refs:SrvccState (Results 1 – 7 of 7) sorted by relevance
114 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()115 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()118 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
63 public enum SrvccState { enum in Call
634 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()648 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()653 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()662 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()671 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
211 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;1887 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()1892 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
1036 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
164 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
5481 com.android.internal.telephony.Call$SrvccState