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.java1636 mForegroundCall.switchWith(mBackgroundCall); in switchAfterConferenceSuccess()
1652 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForPendingMo()
1658 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForPendingMo()
1684 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCall()
1690 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCall()
1708 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForWaitingCall()
1715 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForWaitingCall()
1737 mForegroundCall.switchWith(mBackgroundCall); in unholdHeldCall()
1744 mForegroundCall.switchWith(mBackgroundCall); in unholdHeldCall()
2947 mForegroundCall.switchWith(mBackgroundCall);
[all …]
DImsPhoneCall.java381 public void switchWith(ImsPhoneCall that) { in switchWith() method in ImsPhoneCall
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java167 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);