Searched defs:holdCall (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java93 public void holdCall(String callId) { method in class:InCallAdapter
95 mAdapter.holdCall(callId);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java671 public void holdCall(int timeout) throws SipException { method in class:SipAudioCall
672 if (DBG) log("holdCall: mSipSession" + mSipSession + " timeout=" + timeout);
676 loge("holdCall:");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java755 public boolean holdCall(BluetoothDevice device) { method in class:BluetoothHeadsetClient
756 if (DBG) log("holdCall()");
760 return mService.holdCall(device);

Completed in 117 milliseconds