Searched refs:setPresetNameForGroup (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHapClient.aidl | 68 …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/ |
D | HapClientService.java | 963 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/ |
D | HapClientTest.java | 698 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/ |
D | BluetoothHapClient.java | 1359 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/ |
D | system-current.txt | 336 …T, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setPresetNameForGroup(int, int, …
|