Searched refs:switchToNextPreset (Results 1 – 6 of 6) sorted by relevance
64 UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPreset(android.bluetooth.BluetoothDe…65 …gged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPreset(android.blue…
341 …CT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public void switchToNextPreset(@NonNull and…
52 … oneway void switchToNextPreset(in BluetoothDevice device, in AttributionSource attributionSource); in switchToNextPreset() method
640 public void switchToNextPreset(BluetoothDevice device) { in switchToNextPreset() method in HapClientService1396 public void switchToNextPreset(BluetoothDevice device, AttributionSource source) { in switchToNextPreset() method in HapClientService.BluetoothHapClientBinder1408 service.switchToNextPreset(device); in switchToNextPreset()
1005 public void switchToNextPreset(@NonNull BluetoothDevice device) { in switchToNextPreset() method in BluetoothHapClient1012 service.switchToNextPreset(device, mAttributionSource); in switchToNextPreset()
554 mServiceBinder.switchToNextPreset(mDevice, mAttributionSource); in testSwitchToNextPreset()