Searched refs:getPresetInfo (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/framework/api/ |
D | system-lint-baseline.txt | 62 UnflaggedApi: android.bluetooth.BluetoothHapClient#getPresetInfo(android.bluetooth.BluetoothDevice,… 63 …flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getPresetInfo(android.blueto…
|
D | system-current.txt | 330 …LUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothHapPresetInfo getPresetInfo(@NonNull andro…
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHapClient.aidl | 60 …BluetoothHapPresetInfo getPresetInfo(in BluetoothDevice device, int presetIndex, in AttributionSou… in getPresetInfo() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 678 public @Nullable BluetoothHapPresetInfo getPresetInfo(BluetoothDevice device, int presetIndex) { in getPresetInfo() method in HapClientService 686 mHapClientNativeInterface.getPresetInfo(device, presetIndex); in getPresetInfo() 1460 public BluetoothHapPresetInfo getPresetInfo( in getPresetInfo() method in HapClientService.BluetoothHapClientBinder 1471 return service.getPresetInfo(device, presetIndex); in getPresetInfo()
|
D | HapClientNativeInterface.java | 175 public void getPresetInfo(BluetoothDevice device, int presetIndex) { in getPresetInfo() method in HapClientNativeInterface
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHapClient.java | 1135 public BluetoothHapPresetInfo getPresetInfo(@NonNull BluetoothDevice device, int presetIndex) { in getPresetInfo() method in BluetoothHapClient 1142 return service.getPresetInfo(device, presetIndex, mAttributionSource); in getPresetInfo()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
D | HapClientTest.java | 635 mServiceBinder.getPresetInfo(mDevice2, 0x01, mAttributionSource); in testGetPresetInfoAndActivePresetInfo()
|