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.java114 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()
115 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()
118 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
DCall.java63 public enum SrvccState { enum in Call
DPhone.java634 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
648 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()
653 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
662 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
671 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java211 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
1887 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
1892 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java1036 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java164 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/base/
Dcompiled-classes-phone5481 com.android.internal.telephony.Call$SrvccState