Searched refs:selectPresetForGroup (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHapClient.aidl | 50 …oneway void selectPresetForGroup(int groupId, int presetIndex, in AttributionSource attributionSou… in selectPresetForGroup() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 606 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/ |
D | BluetoothDetailsHearingAidsPresetsControllerTest.java | 161 verify(mHapClientProfile).selectPresetForGroup(TEST_HAP_GROUP_ID, TEST_PRESET_INDEX); in onPreferenceChange_supportGroupOperation_validGroupId_verifySelectPresetForGroup()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHapClient.java | 974 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/ |
D | BluetoothDetailsHearingAidsPresetsController.java | 345 mHapClientProfile.selectPresetForGroup(groupId, presetIndex); in selectPresetSynchronously()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
D | HapClientTest.java | 531 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/ |
D | BluetoothProxy.java | 1405 bluetoothHapClient.selectPresetForGroup(groupId, preset_index); in hapSetActivePresetForGroup()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 333 …ECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void selectPresetForGroup(int, int);
|