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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadset.aidl47 boolean rejectIncomingConnect(in BluetoothDevice device);
H A DIBluetoothHeadsetClient.aidl33 boolean rejectIncomingConnect(in BluetoothDevice device);
H A DBluetoothHeadset.java695 public boolean rejectIncomingConnect(BluetoothDevice device) { method in class:BluetoothHeadset
696 if (DBG) log("rejectIncomingConnect");
699 return mService.rejectIncomingConnect(device);
H A DBluetoothHeadsetClient.java1030 public boolean rejectIncomingConnect(BluetoothDevice device) { method in class:BluetoothHeadsetClient
1031 if (DBG) log("rejectIncomingConnect");
1034 return mService.rejectIncomingConnect(device);

Completed in 80 milliseconds