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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 56 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
BluetoothHeadset.java 834 public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
838 mService.clccResponse(index, direction, status, mode, mpty, number, type);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 264 public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
268 service.clccResponse(index, direction, status, mode, mpty, number, type);
489 private void clccResponse(int index, int direction, int status, int mode, boolean mpty,
  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 340 mBluetoothHeadset.clccResponse(0, 0, 0, 0, false, "", 0);
546 mBluetoothHeadset.clccResponse(index + 1, isIncoming ? 1 : 0,
689 mBluetoothHeadset.clccResponse(index + 1, isIncoming ? 1 : 0,
    [all...]

Completed in 353 milliseconds