Searched defs:switchWith (Results 1 - 2 of 2) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java338 public void switchWith(ImsPhoneCall that) { method in class:ImsPhoneCall
340 Rlog.v(LOG_TAG, "switchWith : switchCall = " + this + " withCall = " + that);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java229 mForegroundCall.switchWith(mBackgroundCall);
461 void switchWith(SipCall that) { method in class:SipPhone.SipCall
462 if (SC_DBG) log("switchWith");
811 mForegroundCall.switchWith(mRingingCall);

Completed in 132 milliseconds