Home
last modified time | relevance | path

Searched refs:selectPresetForGroup (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl50 …oneway void selectPresetForGroup(int groupId, int presetIndex, in AttributionSource attributionSou… in selectPresetForGroup() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java606 public void selectPresetForGroup(int groupId, int presetIndex) { in selectPresetForGroup() method in HapClientService
1380 public void selectPresetForGroup(int groupId, int presetIndex, AttributionSource source) { in selectPresetForGroup() method in HapClientService.BluetoothHapClientBinder
1392 service.selectPresetForGroup(groupId, presetIndex); in selectPresetForGroup()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsControllerTest.java161 verify(mHapClientProfile).selectPresetForGroup(TEST_HAP_GROUP_ID, TEST_PRESET_INDEX); in onPreferenceChange_supportGroupOperation_validGroupId_verifySelectPresetForGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java974 public void selectPresetForGroup(int groupId, int presetIndex) { in selectPresetForGroup() method in BluetoothHapClient
981 service.selectPresetForGroup(groupId, presetIndex, mAttributionSource); in selectPresetForGroup()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsHearingAidsPresetsController.java345 mHapClientProfile.selectPresetForGroup(groupId, presetIndex); in selectPresetSynchronously()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java531 mService.selectPresetForGroup(0x03, 0x00); in testGroupSelectActivePresetNative()
540 mServiceBinder.selectPresetForGroup(0x03, 0x01, mAttributionSource); in testGroupSelectActivePresetNative()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java1405 bluetoothHapClient.selectPresetForGroup(groupId, preset_index); in hapSetActivePresetForGroup()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt333 …ECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void selectPresetForGroup(int, int);