Home
last modified time | relevance | path

Searched refs:takeOver (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java383 tmp.takeOver(this); in switchWith()
384 this.takeOver(that); in switchWith()
385 that.takeOver(tmp); in switchWith()
404 private void takeOver(ImsPhoneCall that) { in takeOver() method in ImsPhoneCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java476 tmp.takeOver(this); in switchWith()
477 this.takeOver(that); in switchWith()
478 that.takeOver(tmp); in switchWith()
482 private void takeOver(SipCall that) { in takeOver() method in SipPhone.SipCall