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

Commit 5912e3e2 authored by Ralph Nathan's avatar Ralph Nathan Committed by android-build-merger
Browse files

Merge "Mark BluetoothClass#getClassOfDevice as TestApi" am: 2083e012 am:...

Merge "Mark BluetoothClass#getClassOfDevice as TestApi" am: 2083e012 am: 045247ec3a am: b9edd4fbc4
am: 07fe5664c5

Change-Id: I79e8943ff3ec4791b40eebdf991e71a0935e377b
parents 52df42fd 2083e012
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package android.bluetooth;

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