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 43 boolean createIncomingConnect(in BluetoothDevice device);
BluetoothHeadset.java 608 public boolean createIncomingConnect(BluetoothDevice device) {
609 if (DBG) log("createIncomingConnect");
612 return mService.createIncomingConnect(device);
BluetoothDeviceProfileState.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 719 public boolean createIncomingConnect(BluetoothDevice device) {
    [all...]

Completed in 1233 milliseconds