Home
last modified time | relevance | path

Searched defs:holdCall (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl36 void holdCall(String callId); in holdCall() method
/frameworks/base/core/java/android/bluetooth/
DIBluetoothHeadsetClient.aidl48 boolean holdCall(in BluetoothDevice device); in holdCall() method
DBluetoothHeadsetClient.java755 public boolean holdCall(BluetoothDevice device) { in holdCall() method in BluetoothHeadsetClient
/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java93 public void holdCall(String callId) { in holdCall() method in InCallAdapter