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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetClient.aidl 66 Bundle getCurrentAgFeatures(in BluetoothDevice device);
BluetoothHeadsetClient.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 391 public Bundle getCurrentAgFeatures(BluetoothDevice device) {
396 return service.getCurrentAgFeatures(device);
729 public Bundle getCurrentAgFeatures(BluetoothDevice device) {
735 return mStateMachine.getCurrentAgFeatures();
HeadsetClientStateMachine.java     [all...]

Completed in 53 milliseconds