Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt66 UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPresetForGroup(int):
67 …agged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPresetForGroup(int)
Dsystem-current.txt342 …CT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void switchToNextPresetForGroup(int);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl54 oneway void switchToNextPresetForGroup(int groupId, in AttributionSource attributionSource); in switchToNextPresetForGroup() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java649 public void switchToNextPresetForGroup(int groupId) { in switchToNextPresetForGroup() method in HapClientService
1412 public void switchToNextPresetForGroup(int groupId, AttributionSource source) { in switchToNextPresetForGroup() method in HapClientService.BluetoothHapClientBinder
1424 service.switchToNextPresetForGroup(groupId); in switchToNextPresetForGroup()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1039 public void switchToNextPresetForGroup(int groupId) { in switchToNextPresetForGroup() method in BluetoothHapClient
1046 service.switchToNextPresetForGroup(groupId, mAttributionSource); in switchToNextPresetForGroup()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java570 mServiceBinder.switchToNextPresetForGroup(0x03, mAttributionSource); in testSwitchToNextPresetForGroup()