HomeSort by relevance Sort by last modified time
    Searched refs:rejectIncomingConnect (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 47 boolean rejectIncomingConnect(in BluetoothDevice device);
IBluetoothHeadsetClient.aidl 33 boolean rejectIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 658 public boolean rejectIncomingConnect(BluetoothDevice device) {
659 if (DBG) log("rejectIncomingConnect");
662 return mService.rejectIncomingConnect(device);
    [all...]
BluetoothHeadsetClient.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 222 public boolean rejectIncomingConnect(BluetoothDevice device) {
225 return service.rejectIncomingConnect(device);
442 boolean rejectIncomingConnect(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 238 public boolean rejectIncomingConnect(BluetoothDevice device) {
243 return service.rejectIncomingConnect(device);
537 boolean rejectIncomingConnect(BluetoothDevice device) {

Completed in 63 milliseconds