Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java220 public boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetService.BluetoothHeadsetBinder
223 return service.rejectIncomingConnect(device); in rejectIncomingConnect()
455 boolean rejectIncomingConnect(BluetoothDevice device) { in rejectIncomingConnect() method in HeadsetService