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.java63 public enum SrvccState { enum in Call
DPhoneBase.java679 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java172 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
1554 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
1559 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java1029 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java97 Call.SrvccState mSrvccState = Call.SrvccState.NONE;