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

Commit dff79a4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update @RequiresApi declarations for T to be 33." am: 5c72552e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2015637

Change-Id: I2e74a6fef0d4d40c8af9b0ee1df58f9271880d43
parents 01c44162 5c72552e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class CsipSetCoordinatorProfile implements LocalBluetoothProfile {

    // These callbacks run on the main thread.
    private final class CoordinatedSetServiceListener implements BluetoothProfile.ServiceListener {
        @RequiresApi(32)
        @RequiresApi(33)
        public void onServiceConnected(int profile, BluetoothProfile proxy) {
            if (VDBG) {
                Log.d(TAG, "Bluetooth service connected");
@@ -233,7 +233,7 @@ public class CsipSetCoordinatorProfile implements LocalBluetoothProfile {
        return NAME;
    }

    @RequiresApi(32)
    @RequiresApi(33)
    protected void finalize() {
        if (VDBG) {
            Log.d(TAG, "finalize()");