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()
61 public enum SrvccState { enum in Call
596 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()601 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()610 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()619 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
172 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;1369 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()1374 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
940 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
95 Call.SrvccState mSrvccState = Call.SrvccState.NONE;