Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java22 import android.telephony.Annotation.SrvccState;
88 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged()
DCallTracker.java128 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()
129 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()
132 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
DDefaultPhoneNotifier.java22 import android.telephony.Annotation.SrvccState;
171 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged()
DCall.java79 public enum SrvccState { enum in Call
DPhone.java812 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
832 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()
837 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
846 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
855 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java34 import android.telephony.Annotation.SrvccState;
955 public void onSrvccStateChanged(@SrvccState int srvccState) { in onSrvccStateChanged()
DTelephonyRegistryManager.java38 import android.telephony.Annotation.SrvccState;
661 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged()
DTelephonyCallback.java966 void onSrvccStateChanged(@Annotation.SrvccState int srvccState); in onSrvccStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1207 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testEndRingbackOnSrvcc()
1238 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testClearHoldSwapStateOnSrvcc()
1261 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
1299 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testTrackerStateOnHandover()
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java69 public @interface SrvccState { annotation in Annotation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java523 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
4064 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
4069 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java1565 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java52 import android.telephony.Annotation.SrvccState;
2219 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged()
/frameworks/base/boot/
Dpreloaded-classes9242 com.android.internal.telephony.Call$SrvccState
Dboot-image-profile.txt33528 Lcom/android/internal/telephony/Call$SrvccState;
36637 [Lcom/android/internal/telephony/Call$SrvccState;
/frameworks/base/config/
Dpreloaded-classes9263 com.android.internal.telephony.Call$SrvccState
Dboot-image-profile.txt43192 Lcom/android/internal/telephony/Call$SrvccState;
48818 [Lcom/android/internal/telephony/Call$SrvccState;