Home
last modified time | relevance | path

Searched refs:switchToPreviousPresetForGroup (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt70 UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToPreviousPresetForGroup(int):
71 …d with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToPreviousPresetForGroup(int)
Dsystem-current.txt344 …android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void switchToPreviousPresetForGroup(int);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl58 oneway void switchToPreviousPresetForGroup(int groupId, in AttributionSource attributionSource); in switchToPreviousPresetForGroup() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java667 public void switchToPreviousPresetForGroup(int groupId) { in switchToPreviousPresetForGroup() method in HapClientService
1444 public void switchToPreviousPresetForGroup(int groupId, AttributionSource source) { in switchToPreviousPresetForGroup() method in HapClientService.BluetoothHapClientBinder
1456 service.switchToPreviousPresetForGroup(groupId); in switchToPreviousPresetForGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1104 public void switchToPreviousPresetForGroup(int groupId) { in switchToPreviousPresetForGroup() method in BluetoothHapClient
1111 service.switchToPreviousPresetForGroup(groupId, mAttributionSource); in switchToPreviousPresetForGroup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java602 mServiceBinder.switchToPreviousPresetForGroup(0x02, mAttributionSource); in testSwitchToPreviousPresetForGroup()