Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java23 import android.telephony.Annotation.SrvccState;
79 void notifySrvccStateChanged(Phone sender, @SrvccState int state); in notifySrvccStateChanged()
DCallTracker.java127 protected void notifySrvccState(Call.SrvccState state, ArrayList<Connection> c) { in notifySrvccState()
128 if (state == Call.SrvccState.STARTED && c != null) { in notifySrvccState()
131 } else if (state != Call.SrvccState.COMPLETED) { in notifySrvccState()
DDefaultPhoneNotifier.java26 import android.telephony.Annotation.SrvccState;
188 public void notifySrvccStateChanged(Phone sender, @SrvccState int state) { in notifySrvccStateChanged()
DCall.java86 public enum SrvccState { enum in Call
DPhone.java772 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
792 Call.SrvccState srvccState = Call.SrvccState.NONE; in handleSrvccStateChanged()
797 srvccState = Call.SrvccState.STARTED; in handleSrvccStateChanged()
806 srvccState = Call.SrvccState.COMPLETED; in handleSrvccStateChanged()
815 srvccState = Call.SrvccState.FAILED; in handleSrvccStateChanged()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java34 import android.telephony.Annotation.SrvccState;
551 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged()
DPhoneStateListener.java34 import android.telephony.Annotation.SrvccState;
841 public void onSrvccStateChanged(@SrvccState int srvccState) { in onSrvccStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1123 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testEndRingbackOnSrvcc()
1154 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testClearHoldSwapStateOnSrvcc()
1177 mCTUT.notifySrvccState(Call.SrvccState.COMPLETED); in testHangupHandoverCall()
/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.java469 private Call.SrvccState mSrvccState = Call.SrvccState.NONE;
3780 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
3785 if (mSrvccState == Call.SrvccState.COMPLETED) { in notifySrvccState()
DImsPhone.java1533 public void notifySrvccState(Call.SrvccState state) { in notifySrvccState()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java50 import android.telephony.Annotation.SrvccState;
2005 public void notifySrvccStateChanged(int subId, @SrvccState int state) { in notifySrvccStateChanged()
/frameworks/base/config/
Dpreloaded-classes4691 com.android.internal.telephony.Call$SrvccState
Dboot-image-profile.txt21785 HSPLcom/android/internal/telephony/Call$SrvccState;-><init>(Ljava/lang/String;I)V
37564 Lcom/android/internal/telephony/Call$SrvccState;