Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallTracker.java124 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()
DPhoneNotifier.java74 void notifySrvccStateChanged(Phone sender, @TelephonyManager.SrvccState int state); in notifySrvccStateChanged()
DCall.java67 public enum SrvccState { enum in Call
DPhone.java773 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()
DDefaultPhoneNotifier.java314 public void notifySrvccStateChanged(Phone sender, @TelephonyManager.SrvccState int state) { in notifySrvccStateChanged()
/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java754 public void onSrvccStateChanged(@TelephonyManager.SrvccState int srvccState) { in onSrvccStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java402 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
3229 void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
3234 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java1322 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java170 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1737 public void notifySrvccStateChanged(int subId, @TelephonyManager.SrvccState int state) { in notifySrvccStateChanged()
/frameworks/base/config/
Dpreloaded-classes4691 com.android.internal.telephony.Call$SrvccState