Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioVoiceProxy.java212 public void explicitCallTransfer(int serial) throws RemoteException { in explicitCallTransfer() method in RadioVoiceProxy
215 mVoiceProxy.explicitCallTransfer(serial); in explicitCallTransfer()
217 mRadioProxy.explicitCallTransfer(serial); in explicitCallTransfer()
DPhoneInternalInterface.java416 void explicitCallTransfer() throws CallStateException; in explicitCallTransfer() method
DCallManager.java947 public void explicitCallTransfer(Call heldCall) throws CallStateException { in explicitCallTransfer() method in CallManager
954 heldCall.getPhone().explicitCallTransfer(); in explicitCallTransfer()
DGsmCdmaCallTracker.java688 public void explicitCallTransfer() { in explicitCallTransfer() method in GsmCdmaCallTracker
689 mCi.explicitCallTransfer(obtainCompleteMessage(EVENT_ECT_RESULT)); in explicitCallTransfer()
DCommandsInterface.java1061 void explicitCallTransfer (Message result); in explicitCallTransfer() method
DGsmCdmaPhone.java1112 public void explicitCallTransfer() { in explicitCallTransfer() method in GsmCdmaPhone
1114 mCT.explicitCallTransfer(); in explicitCallTransfer()
1332 explicitCallTransfer(); in handleEctIncallSupplementaryService()
DRIL.java2951 public void explicitCallTransfer(Message result) { in explicitCallTransfer() method in RIL
2965 voiceProxy.explicitCallTransfer(rr.mSerial); in explicitCallTransfer()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedGsmCallState.java434 ret = explicitCallTransfer(); in onChld()
645 explicitCallTransfer() { in explicitCallTransfer() method in SimulatedGsmCallState
DSimulatedCommandsVerifier.java767 public void explicitCallTransfer(Message result) { in explicitCallTransfer() method in SimulatedCommandsVerifier
DSimulatedCommands.java749 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in SimulatedCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java165 public void explicitCallTransfer (Message result) { in explicitCallTransfer() method in ImsPhoneCommandInterface
DImsPhone.java654 public void explicitCallTransfer() throws CallStateException { in explicitCallTransfer() method in ImsPhone
655 mCT.explicitCallTransfer(); in explicitCallTransfer()
861 explicitCallTransfer(); in handleEctIncallSupplementaryService()
DImsPhoneCallTracker.java2585 public void explicitCallTransfer() throws CallStateException { in explicitCallTransfer() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java321 verify(mImsCT).explicitCallTransfer(); in testHandleInCallMmiCommandCallEct()
393 mImsPhoneUT.explicitCallTransfer(); in testGettersAndPassThroughs()
394 verify(mImsCT).explicitCallTransfer(); in testGettersAndPassThroughs()