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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 46 boolean acceptIncomingConnect(in BluetoothDevice device);
IBluetoothHeadsetClient.aidl 32 boolean acceptIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 641 public boolean acceptIncomingConnect(BluetoothDevice device) {
642 if (DBG) log("acceptIncomingConnect");
645 return mService.acceptIncomingConnect(device);
    [all...]
BluetoothHeadsetClient.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 216 public boolean acceptIncomingConnect(BluetoothDevice device) {
219 return service.acceptIncomingConnect(device);
437 boolean acceptIncomingConnect(BluetoothDevice device) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 229 public boolean acceptIncomingConnect(BluetoothDevice device) {
234 return service.acceptIncomingConnect(device);
532 boolean acceptIncomingConnect(BluetoothDevice device) {

Completed in 293 milliseconds