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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 48 boolean disconnectHeadsetInternal(in BluetoothDevice device);
BluetoothHeadset.java 663 public boolean disconnectHeadsetInternal(BluetoothDevice device) {
664 if (DBG) log("disconnectHeadsetInternal");
667 return mService.disconnectHeadsetInternal(device);
BluetoothDeviceProfileState.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java     [all...]

Completed in 2542 milliseconds