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.java224 public boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetService.BluetoothHeadsetBinder
227 return service.rejectIncomingConnect(device); in rejectIncomingConnect()
459 boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java261 public boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetClientService.BluetoothHeadsetClientBinder
266 return service.rejectIncomingConnect(device); in rejectIncomingConnect()
578 boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetClientService