Home
last modified time | relevance | path

Searched refs:hapChangePresetName (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java88 public void hapChangePresetName(BluetoothDevice device, int preset_index, String name) { in hapChangePresetName() method in LeAudioViewModel
89 bluetoothProxy.hapChangePresetName(device, preset_index, name); in hapChangePresetName()
DMainActivity.java615 leAudioViewModel.hapChangePresetName(device, preset_index, name); in setupViewsProfileUiEventListeners()
DBluetoothProxy.java1409 public boolean hapChangePresetName(BluetoothDevice device, int preset_index, String name) { in hapChangePresetName() method in BluetoothProxy