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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 39 boolean acceptIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 429 public boolean acceptIncomingConnect(BluetoothDevice device) {
430 if (DBG) log("acceptIncomingConnect");
433 return mService.acceptIncomingConnect(device);
BluetoothDeviceProfileState.java 681 return mHeadsetService.acceptIncomingConnect(mDevice);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 719 public boolean acceptIncomingConnect(BluetoothDevice device) {
724 Log.e(TAG, "Cached Headset is Null in acceptIncomingConnect");
    [all...]

Completed in 24 milliseconds