Searched refs:SrvccState (Results 1 – 6 of 6) sorted by relevance
115 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()116 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()119 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
63 public enum SrvccState { enum in Call
679 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()684 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()693 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()702 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
172 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;1554 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()1559 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
1029 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
97 Call.SrvccState mSrvccState = Call.SrvccState.NONE;