Home
last modified time | relevance | path

Searched defs:acceptCall (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientServiceInterface.java79 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientServiceInterface
DHeadsetClientService.java451 public boolean acceptCall(BluetoothDevice device, int flag, AttributionSource source) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
920 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
DHeadsetClientStateMachine.java586 private void acceptCall(int flag) { in acceptCall() method in HeadsetClientStateMachine
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadsetClient.aidl58 boolean acceptCall(in BluetoothDevice device, int flag, in AttributionSource attributionSource); in acceptCall() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClient.java1068 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in BluetoothHeadsetClient