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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 38 boolean createIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 446 public boolean createIncomingConnect(BluetoothDevice device) {
447 if (DBG) log("createIncomingConnect");
450 return mService.createIncomingConnect(device);
BluetoothDeviceProfileState.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 714 public boolean createIncomingConnect(BluetoothDevice device) {
    [all...]

Completed in 105 milliseconds