Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/api/
Dsystem-lint-baseline.txt68 UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToPreviousPreset(android.bluetooth.Bluetoo…
69 …ed with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToPreviousPreset(android.bl…
Dsystem-current.txt343 …, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void switchToPreviousPreset(@NonNull a…
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClient.aidl56 …oneway void switchToPreviousPreset(in BluetoothDevice device, in AttributionSource attributionSour… in switchToPreviousPreset() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java658 public void switchToPreviousPreset(BluetoothDevice device) { in switchToPreviousPreset() method in HapClientService
1428 public void switchToPreviousPreset(BluetoothDevice device, AttributionSource source) { in switchToPreviousPreset() method in HapClientService.BluetoothHapClientBinder
1440 service.switchToPreviousPreset(device); in switchToPreviousPreset()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHapClient.java1070 public void switchToPreviousPreset(@NonNull BluetoothDevice device) { in switchToPreviousPreset() method in BluetoothHapClient
1077 service.switchToPreviousPreset(device, mAttributionSource); in switchToPreviousPreset()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java584 mServiceBinder.switchToPreviousPreset(mDevice, mAttributionSource); in testSwitchToPreviousPreset()