Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java104 public boolean hapNextGroupPreset(int group_id) { in hapNextGroupPreset() method in LeAudioViewModel
105 return bluetoothProxy.hapNextGroupPreset(group_id); in hapNextGroupPreset()
DMainActivity.java643 final boolean sent = leAudioViewModel.hapNextGroupPreset(group_id); in setupViewsProfileUiEventListeners()
DBluetoothProxy.java1467 public boolean hapNextGroupPreset(int group_id) { in hapNextGroupPreset() method in BluetoothProxy