Home
last modified time | relevance | path

Searched refs:switchWith (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1616 mForegroundCall.switchWith(mBackgroundCall); in switchAfterConferenceSuccess()
1632 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForPendingMo()
1638 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForPendingMo()
1664 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCall()
1670 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCall()
1690 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForWaitingCall()
1697 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForWaitingCall()
1720 mForegroundCall.switchWith(mBackgroundCall); in unholdHeldCall()
1727 mForegroundCall.switchWith(mBackgroundCall); in unholdHeldCall()
2932 mForegroundCall.switchWith(mBackgroundCall);
[all …]
DImsPhoneCall.java377 public void switchWith(ImsPhoneCall that) { in switchWith() method in ImsPhoneCall
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java165 mImsCallUT.switchWith(mImsCallThat); in testSwitchWith()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java237 mForegroundCall.switchWith(mBackgroundCall); in switchHoldingAndActive()
472 void switchWith(SipCall that) { in switchWith() method in SipPhone.SipCall
825 mForegroundCall.switchWith(mRingingCall);