Searched defs:rejectIncomingConnect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java224 public boolean rejectIncomingConnect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
227 return service.rejectIncomingConnect(device);
465 boolean rejectIncomingConnect(BluetoothDevice device) { method in class:HeadsetService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java265 public boolean rejectIncomingConnect(BluetoothDevice device) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
270 return service.rejectIncomingConnect(device);
584 boolean rejectIncomingConnect(BluetoothDevice device) { method in class:HeadsetClientService

Completed in 191 milliseconds