Home
last modified time | relevance | path

Searched refs:explicitCallTransfer (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadsetClient.aidl68 boolean explicitCallTransfer(in BluetoothDevice device, in AttributionSource attributionSource); in explicitCallTransfer() method
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedGsmCallState.java434 ret = explicitCallTransfer(); in onChld()
645 explicitCallTransfer() { in explicitCallTransfer() method in SimulatedGsmCallState
H A DSimulatedCommandsVerifier.java780 public void explicitCallTransfer(Message result) { in explicitCallTransfer() method in SimulatedCommandsVerifier
H A DSimulatedCommands.java803 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in SimulatedCommands
/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_voice.cpp382 TEST_P(RadioHidlTest, explicitCallTransfer) { in TEST_P() argument
386 radio->explicitCallTransfer(serial); in TEST_P()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java434 public boolean explicitCallTransfer(BluetoothDevice device, AttributionSource source) { in explicitCallTransfer() method in HeadsetClientService.BluetoothHeadsetClientBinder
440 return service.explicitCallTransfer(device); in explicitCallTransfer()
929 public boolean explicitCallTransfer(BluetoothDevice device) { in explicitCallTransfer() method in HeadsetClientService
H A DHeadsetClientStateMachine.java699 private void explicitCallTransfer() { in explicitCallTransfer() method in HeadsetClientStateMachine
1323 explicitCallTransfer(); in processMessage()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java993 public boolean explicitCallTransfer(BluetoothDevice device) { in explicitCallTransfer() method in BluetoothHeadsetClient
999 return service.explicitCallTransfer(device, mAttributionSource); in explicitCallTransfer()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java290 verify(mImsCT).explicitCallTransfer(); in testHandleInCallMmiCommandCallEct()
362 mImsPhoneUT.explicitCallTransfer(); in testGettersAndPassThroughs()
363 verify(mImsCT).explicitCallTransfer(); in testGettersAndPassThroughs()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java426 void explicitCallTransfer() throws CallStateException; in explicitCallTransfer() method
H A DCallManager.java954 public void explicitCallTransfer(Call heldCall) throws CallStateException { in explicitCallTransfer() method in CallManager
961 heldCall.getPhone().explicitCallTransfer(); in explicitCallTransfer()
H A DGsmCdmaCallTracker.java667 public void explicitCallTransfer() { in explicitCallTransfer() method in GsmCdmaCallTracker
668 mCi.explicitCallTransfer(obtainCompleteMessage(EVENT_ECT_RESULT)); in explicitCallTransfer()
H A DCommandsInterface.java1070 void explicitCallTransfer (Message result); in explicitCallTransfer() method
H A DGsmCdmaPhone.java1019 public void explicitCallTransfer() { in explicitCallTransfer() method in GsmCdmaPhone
1021 mCT.explicitCallTransfer(); in explicitCallTransfer()
1211 explicitCallTransfer(); in handleEctIncallSupplementaryService()
H A DRIL.java3211 public void explicitCallTransfer(Message result) { in explicitCallTransfer() method in RIL
3220 radioProxy.explicitCallTransfer(rr.mSerial); in explicitCallTransfer()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java183 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in ImsPhoneCommandInterface
H A DImsPhone.java600 public void explicitCallTransfer() throws CallStateException { in explicitCallTransfer() method in ImsPhone
601 mCT.explicitCallTransfer(); in explicitCallTransfer()
798 explicitCallTransfer(); in handleEctIncallSupplementaryService()
H A DImsPhoneCallTracker.java2097 public void explicitCallTransfer() throws CallStateException { in explicitCallTransfer() method in ImsPhoneCallTracker
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java184 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in SipCommandInterface
H A DSipPhone.java283 public void explicitCallTransfer() { in explicitCallTransfer() method in SipPhone
/aosp12/hardware/interfaces/radio/1.2/default/
H A DRadio.cpp446 Return<void> Radio::explicitCallTransfer(int32_t /* serial */) { in explicitCallTransfer() function in android::hardware::radio::V1_2::implementation::Radio
H A DRadio.h142 Return<void> explicitCallTransfer(int32_t serial) override;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken294 public void explicitCallTransfer(Message result) {
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadio.hal831 oneway explicitCallTransfer(int32_t serial);
/aosp12/hardware/ril/libril/
H A Dril_service.cpp286 Return<void> explicitCallTransfer(int32_t serial);
1564 Return<void> RadioImpl::explicitCallTransfer(int32_t serial) { in explicitCallTransfer() function in RadioImpl

12