Home
last modified time | relevance | path

Searched refs:rejectIncomingConnect (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java222 public boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetService.BluetoothHeadsetBinder
225 return service.rejectIncomingConnect(device); in rejectIncomingConnect()
442 boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java238 public boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetClientService.BluetoothHeadsetClientBinder
243 return service.rejectIncomingConnect(device); in rejectIncomingConnect()
537 boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetClientService