Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java414 tmp.takeOver(this); in switchWith()
415 this.takeOver(that); in switchWith()
416 that.takeOver(tmp); in switchWith()
435 private void takeOver(ImsPhoneCall that) { in takeOver() method in ImsPhoneCall
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java480 tmp.takeOver(this); in switchWith()
481 this.takeOver(that); in switchWith()
482 that.takeOver(tmp); in switchWith()
486 private void takeOver(SipCall that) { in takeOver() method in SipPhone.SipCall