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

Commit 2e06b21e authored by William Escande's avatar William Escande
Browse files

Removed useless testapi annotation

Ignore-AOSP-First: comming to AOSP soon
Fix: 218401294
Test: atest 'CtsBluetoothTestCases:android.bluetooth.cts.BluetoothClassTest'
Change-Id: Ie47d71b5251f5e78083b8b60705fb1717057f5b6
parent 84e66b87
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package android.bluetooth;

import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.annotation.TestApi;
import android.compat.annotation.UnsupportedAppUsage;
import android.os.Build;
import android.os.Parcel;
@@ -302,7 +301,6 @@ public final class BluetoothClass implements Parcelable {
     *
     * @hide
     */
    @TestApi
    public int getClassOfDevice() {
        return mClass;
    }