Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadsetClient.aidl53 boolean explicitCallTransfer(in BluetoothDevice device); in explicitCallTransfer() method
DBluetoothHeadsetClient.java871 public boolean explicitCallTransfer(BluetoothDevice device) { in explicitCallTransfer() method in BluetoothHeadsetClient
876 return mService.explicitCallTransfer(device); in explicitCallTransfer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedGsmCallState.java431 ret = explicitCallTransfer(); in onChld()
637 explicitCallTransfer() { in explicitCallTransfer() method in SimulatedGsmCallState
DSimulatedCommands.java686 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java298 explicitCallTransfer() { in explicitCallTransfer() method in GsmCallTracker
299 mCi.explicitCallTransfer(obtainCompleteMessage(EVENT_ECT_RESULT)); in explicitCallTransfer()
DGSMPhone.java562 public void explicitCallTransfer() { in explicitCallTransfer() method in GSMPhone
563 mCT.explicitCallTransfer(); in explicitCallTransfer()
726 explicitCallTransfer(); in handleEctIncallSupplementaryService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java349 explicitCallTransfer() { in explicitCallTransfer() method in CdmaCallTracker
350 mCi.explicitCallTransfer(obtainCompleteMessage(EVENT_ECT_RESULT)); in explicitCallTransfer()
DCDMAPhone.java1004 public void explicitCallTransfer() { in explicitCallTransfer() method in CDMAPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java766 void explicitCallTransfer() throws CallStateException; in explicitCallTransfer() method
DPhoneProxy.java712 public void explicitCallTransfer() throws CallStateException { in explicitCallTransfer() method in PhoneProxy
713 mActivePhone.explicitCallTransfer(); in explicitCallTransfer()
DCommandsInterface.java971 void explicitCallTransfer (Message result); in explicitCallTransfer() method
DCallManager.java1135 public void explicitCallTransfer(Call heldCall) throws CallStateException { in explicitCallTransfer() method in CallManager
1142 heldCall.getPhone().explicitCallTransfer(); in explicitCallTransfer()
DRIL.java1090 explicitCallTransfer (Message result) { in explicitCallTransfer() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java159 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in SipCommandInterface
DSipPhone.java260 public void explicitCallTransfer() { in explicitCallTransfer() method in SipPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java158 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in ImsPhoneCommandInterface
DImsPhone.java267 public void explicitCallTransfer() { in explicitCallTransfer() method in ImsPhone
268 mCT.explicitCallTransfer(); in explicitCallTransfer()
DImsPhoneCallTracker.java547 explicitCallTransfer() { in explicitCallTransfer() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java294 public void explicitCallTransfer(Message result) { in explicitCallTransfer() method in UsimDataDownloadCommands