Searched refs:explicitCallTransfer (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java402 public void explicitCallTransfer() throws CallStateException { method in class:PhoneProxy
403 mActivePhone.explicitCallTransfer();
H A DPhone.java718 void explicitCallTransfer() throws CallStateException; method in interface:Phone
H A DCommandsInterface.java790 void explicitCallTransfer (Message result); method in interface:CommandsInterface
H A DRIL.java950 explicitCallTransfer (Message result) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java278 explicitCallTransfer() throws CallStateException { method in class:GsmCallTracker
279 cm.explicitCallTransfer(obtainCompleteMessage(EVENT_ECT_RESULT));
H A DGSMPhone.java477 public void explicitCallTransfer() throws CallStateException { method in class:GSMPhone
478 mCT.explicitCallTransfer();
642 explicitCallTransfer();
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java430 ret = explicitCallTransfer();
636 explicitCallTransfer() { method in class:SimulatedGsmCallState
H A DSimulatedCommands.java642 public void explicitCallTransfer (Message result) { method in class:SimulatedCommands
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java322 explicitCallTransfer() throws CallStateException { method in class:CdmaCallTracker
323 cm.explicitCallTransfer(obtainCompleteMessage(EVENT_ECT_RESULT));
H A DCDMAPhone.java765 public void explicitCallTransfer() { method in class:CDMAPhone
766 Log.e(LOG_TAG, "explicitCallTransfer: not possible in CDMA");

Completed in 140 milliseconds