Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15574992 authored by Adrian Roos's avatar Adrian Roos Committed by Android Build Cherrypicker Worker
Browse files

Bluetooth: enforce FlaggedApi

Bug: 297362755
Test: m checkapi
Ignore-AOSP-First: Landing baseline files internally first.
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6983d429049a8367072da05358a21825b89716fa)
Merged-In: Ia1ef4c56d7287c31304bc33cf2c678375f4d1b38
Change-Id: Ia1ef4c56d7287c31304bc33cf2c678375f4d1b38
parent eef273d0
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
// Baseline format: 1.0
UnflaggedApi: android.bluetooth.BluetoothHapClient#PRESET_INDEX_UNAVAILABLE:
    New API must be flagged with @FlaggedApi: field android.bluetooth.BluetoothHapClient.PRESET_INDEX_UNAVAILABLE
UnflaggedApi: android.bluetooth.BluetoothHapClient#getActivePresetIndex(android.bluetooth.BluetoothDevice):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getActivePresetIndex(android.bluetooth.BluetoothDevice)
UnflaggedApi: android.bluetooth.BluetoothHapClient#getHapGroup(android.bluetooth.BluetoothDevice):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getHapGroup(android.bluetooth.BluetoothDevice)
UnflaggedApi: android.bluetooth.BluetoothHapClient#getPresetInfo(android.bluetooth.BluetoothDevice, int):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.getPresetInfo(android.bluetooth.BluetoothDevice,int)
UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPreset(android.bluetooth.BluetoothDevice):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPreset(android.bluetooth.BluetoothDevice)
UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToNextPresetForGroup(int):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToNextPresetForGroup(int)
UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToPreviousPreset(android.bluetooth.BluetoothDevice):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToPreviousPreset(android.bluetooth.BluetoothDevice)
UnflaggedApi: android.bluetooth.BluetoothHapClient#switchToPreviousPresetForGroup(int):
    New API must be flagged with @FlaggedApi: method android.bluetooth.BluetoothHapClient.switchToPreviousPresetForGroup(int)