Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl66 …oneway void setPresetName(in BluetoothDevice device, int presetIndex, in String name, in Attributi… in setPresetName() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java931 public void setPresetName(BluetoothDevice device, int presetIndex, String name) { in setPresetName() method in HapClientService
953 mHapClientNativeInterface.setPresetName(device, presetIndex, name); in setPresetName()
1504 public void setPresetName( in setPresetName() method in HapClientService.BluetoothHapClientBinder
1525 service.setPresetName(device, presetIndex, name); in setPresetName()
DHapClientNativeInterface.java187 public void setPresetName(BluetoothDevice device, int presetIndex, String name) { in setPresetName() method in HapClientNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java664 mServiceBinder.setPresetName(mDevice, 0x00, "ExamplePresetName", mAttributionSource); in testSetPresetNameNative()
666 .setPresetName(eq(mDevice), eq(0x00), eq("ExamplePresetName")); in testSetPresetNameNative()
676 mService.setPresetName(mDevice, 0x01, "ExamplePresetName"); in testSetPresetNameNative()
678 .setPresetName(eq(mDevice), eq(0x01), eq("ExamplePresetName")); in testSetPresetNameNative()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1322 public void setPresetName( in setPresetName() method in BluetoothHapClient
1330 service.setPresetName(device, presetIndex, name, mAttributionSource); in setPresetName()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java1412 bluetoothHapClient.setPresetName(device, preset_index, name); in hapChangePresetName()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt335 …NNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void setPresetName(@NonNull andro…