Home
last modified time | relevance | path

Searched refs:setPresetNameForGroup (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl68 …oneway void setPresetNameForGroup(int groupId, int presetIndex, in String name, in AttributionSour… in setPresetNameForGroup() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java963 public void setPresetNameForGroup(int groupId, int presetIndex, String name) { in setPresetNameForGroup() method in HapClientService
1529 public void setPresetNameForGroup( in setPresetNameForGroup() method in HapClientService.BluetoothHapClientBinder
1545 service.setPresetNameForGroup(groupId, presetIndex, name); in setPresetNameForGroup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java698 mServiceBinder.setPresetNameForGroup( in testSetPresetNameForGroup()
709 mService.setPresetNameForGroup(-1, 0x01, "ExamplePresetName"); in testSetPresetNameForGroup()
719 mService.setPresetNameForGroup(test_group, 0x01, "ExamplePresetName"); in testSetPresetNameForGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1359 public void setPresetNameForGroup(int groupId, int presetIndex, @NonNull String name) { in setPresetNameForGroup() method in BluetoothHapClient
1366 service.setPresetNameForGroup(groupId, presetIndex, name, mAttributionSource); in setPresetNameForGroup()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt336 …T, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setPresetNameForGroup(int, int, …