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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java363 void switchWith(ImsPhoneCall that) { method in class:ImsPhoneCall
365 Rlog.v(LOG_TAG, "switchWith : switchCall = " + this + " withCall = " + that);
H A DImsPhoneCallTracker.java532 mForegroundCall.switchWith(mBackgroundCall);
554 mForegroundCall.switchWith(mBackgroundCall);
566 mForegroundCall.switchWith(mBackgroundCall);
1246 mForegroundCall.switchWith(mBackgroundCall);
1268 mForegroundCall.switchWith(mBackgroundCall);
1285 mForegroundCall.switchWith(mBackgroundCall);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java219 mForegroundCall.switchWith(mBackgroundCall);
442 void switchWith(SipCall that) { method in class:SipPhone.SipCall
443 if (SC_DBG) log("switchWith");
792 mForegroundCall.switchWith(mRingingCall);

Completed in 66 milliseconds