Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java117 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()
118 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()
121 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
DCall.java63 public enum SrvccState { enum in Call
DPhone.java721 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
735 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()
740 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
749 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
758 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java324 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
2995 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
3000 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java1238 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java172 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/base/config/
Dboot-image-profile.txt39506 HSPLcom/android/internal/telephony/Call$SrvccState;-><init>(Ljava/lang/String;I)V
60095 Lcom/android/internal/telephony/Call$SrvccState;