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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java304 void switchWith(ImsPhoneCall that) { method in class:ImsPhoneCall
H A DImsPhoneCallTracker.java499 mForegroundCall.switchWith(mBackgroundCall);
506 mForegroundCall.switchWith(mBackgroundCall);
1100 mForegroundCall.switchWith(mBackgroundCall);
1118 mForegroundCall.switchWith(mBackgroundCall);
1132 mForegroundCall.switchWith(mBackgroundCall);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java218 mForegroundCall.switchWith(mBackgroundCall);
441 void switchWith(SipCall that) { method in class:SipPhone.SipCall
442 if (SC_DBG) log("switchWith");
791 mForegroundCall.switchWith(mRingingCall);

Completed in 49 milliseconds