Home
last modified time | relevance | path

Searched refs:consultativeTransfer (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl168 void consultativeTransfer(in IImsCallSession transferToSession); in consultativeTransfer() method
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl41 void consultativeTransfer(String callId, String otherCallId); in consultativeTransfer() method
H A DIConnectionService.aidl88 void consultativeTransfer(String callId, String otherCallId, in Session.Info sessionInfo); in consultativeTransfer() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DConnectionTest.java77 public void consultativeTransfer(Connection other) throws CallStateException {} in consultativeTransfer() method in ConnectionTest.TestConnection
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsExternalConnection.java143 public void consultativeTransfer(Connection other) throws CallStateException { in consultativeTransfer() method in ImsExternalConnection
H A DImsPhoneConnection.java465 public void consultativeTransfer(Connection other) throws CallStateException { in consultativeTransfer() method in ImsPhoneConnection
468 mImsCall.consultativeTransfer(((ImsPhoneConnection) other).getImsCall()); in consultativeTransfer()
H A DImsPhoneCallTracker.java2108 bgImsCall.consultativeTransfer(fgImsCall); in explicitCallTransfer()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java129 mAdapter.consultativeTransfer(callId, otherCallId); in transferCall()
H A DConnectionService.java511 public void consultativeTransfer(@NonNull String callId, @NonNull String otherCallId,
1217 consultativeTransfer((String) args.arg1, (String) args.arg2);
2265 private void consultativeTransfer(String callId, String otherCallId) { in consultativeTransfer() method in ConnectionService
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java197 public void consultativeTransfer(@NonNull IImsCallSession transferToSession) {
/aosp12/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java225 public void consultativeTransfer(@NonNull IImsCallSession transferToSession) { in consultativeTransfer() method in ImsCallSessionImplBase
/aosp12/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java887 miSession.consultativeTransfer(transferToSession.getSession()); in transfer()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java180 public void consultativeTransfer(String callId, String otherCallId) { in consultativeTransfer() method in InCallAdapter
H A DConnectionServiceWrapper.java1749 mServiceInterface.consultativeTransfer(callId, otherCallId, in transfer()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java733 public abstract void consultativeTransfer(Connection other) throws CallStateException; in consultativeTransfer() method in Connection
H A DGsmCdmaConnection.java406 public void consultativeTransfer(Connection other) throws CallStateException { in consultativeTransfer() method in GsmCdmaConnection
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java309 public void consultativeTransfer(String callId, String otherCallId, in consultativeTransfer() method in ConnectionServiceFixture.FakeConnectionService
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java1041 public void consultativeTransfer(Connection other) throws CallStateException { in consultativeTransfer() method in SipPhone.SipConnection
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1331 public void consultativeTransfer(ImsCall transferToImsCall) throws ImsException { in consultativeTransfer() method in ImsCall
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1137 mOriginalConnection.consultativeTransfer( in onTransfer()