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.java363 tmp.takeOver(this); in switchWith()
364 this.takeOver(that); in switchWith()
365 that.takeOver(tmp); in switchWith()
380 private void takeOver(ImsPhoneCall that) { in takeOver() method in ImsPhoneCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java465 tmp.takeOver(this); in switchWith()
466 this.takeOver(that); in switchWith()
467 that.takeOver(tmp); in switchWith()
471 private void takeOver(SipCall that) { in takeOver() method in SipPhone.SipCall