Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2289 mForegroundCall.switchWith(mBackgroundCall); in switchAfterConferenceSuccess()
2305 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForPendingMo()
2311 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForPendingMo()
2337 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCall()
2343 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCall()
2363 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForWaitingCall()
2370 mForegroundCall.switchWith(mBackgroundCall); in holdActiveCallForWaitingCall()
2393 mForegroundCall.switchWith(mBackgroundCall); in unholdHeldCall()
2400 mForegroundCall.switchWith(mBackgroundCall); in unholdHeldCall()
3820 mForegroundCall.switchWith(mBackgroundCall);
[all …]
DImsPhoneCall.java445 public void switchWith(ImsPhoneCall that) { in switchWith() method in ImsPhoneCall
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTest.java230 mImsCallUT.switchWith(mImsCallThat); in testSwitchWith()