Searched refs:SrvccState (Results 1 – 11 of 11) sorted by relevance
124 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()125 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()128 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
74 void notifySrvccStateChanged(Phone sender, @TelephonyManager.SrvccState int state); in notifySrvccStateChanged()
67 public enum SrvccState { enum in Call
773 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()787 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()792 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()801 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()810 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
314 public void notifySrvccStateChanged(Phone sender, @TelephonyManager.SrvccState int state) { in notifySrvccStateChanged()
754 public void onSrvccStateChanged(@TelephonyManager.SrvccState int srvccState) { in onSrvccStateChanged()
402 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;3229 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()3234 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
1322 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
170 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
1737 public void notifySrvccStateChanged(int subId, @TelephonyManager.SrvccState int state) { in notifySrvccStateChanged()
4691 com.android.internal.telephony.Call$SrvccState