Home
last modified time | relevance | path

Searched refs:SrvccState (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java115 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()
DCall.java61 public enum SrvccState { enum in Call
DPhoneBase.java596 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java172 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
1369 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
1374 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java940 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java95 Call.SrvccState mSrvccState = Call.SrvccState.NONE;