Home
last modified time | relevance | path

Searched refs:getPresetInfo (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt62 UnflaggedApi: android.bluetooth.BluetoothHapClient#getPresetInfo(android.bluetooth.BluetoothDevice,…
63 …flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getPresetInfo(android.blueto…
Dsystem-current.txt330 …LUETOOTH_PRIVILEGED}) public android.bluetooth.BluetoothHapPresetInfo getPresetInfo(@NonNull andro…
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl60 …BluetoothHapPresetInfo getPresetInfo(in BluetoothDevice device, int presetIndex, in AttributionSou… in getPresetInfo() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java678 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()
DHapClientNativeInterface.java175 public void getPresetInfo(BluetoothDevice device, int presetIndex) { in getPresetInfo() method in HapClientNativeInterface
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1135 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/
DHapClientTest.java635 mServiceBinder.getPresetInfo(mDevice2, 0x01, mAttributionSource); in testGetPresetInfoAndActivePresetInfo()