Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt64 UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPreset(android.bluetooth.BluetoothDe…
65 …gged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPreset(android.blue…
Dsystem-current.txt341 …CT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void switchToNextPreset(@NonNull and…
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl52 … oneway void switchToNextPreset(in BluetoothDevice device, in AttributionSource attributionSource); in switchToNextPreset() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java640 public void switchToNextPreset(BluetoothDevice device) { in switchToNextPreset() method in HapClientService
1396 public void switchToNextPreset(BluetoothDevice device, AttributionSource source) { in switchToNextPreset() method in HapClientService.BluetoothHapClientBinder
1408 service.switchToNextPreset(device); in switchToNextPreset()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1005 public void switchToNextPreset(@NonNull BluetoothDevice device) { in switchToNextPreset() method in BluetoothHapClient
1012 service.switchToNextPreset(device, mAttributionSource); in switchToNextPreset()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java554 mServiceBinder.switchToNextPreset(mDevice, mAttributionSource); in testSwitchToNextPreset()