Loading framework/java/android/bluetooth/BluetoothClass.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.bluetooth; import android.annotation.TestApi; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcelable; Loading Loading @@ -293,6 +294,7 @@ public final class BluetoothClass implements Parcelable { * * @hide */ @TestApi public int getClassOfDevice() { return mClass; } Loading Loading
framework/java/android/bluetooth/BluetoothClass.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.bluetooth; import android.annotation.TestApi; import android.annotation.UnsupportedAppUsage; import android.os.Parcel; import android.os.Parcelable; Loading Loading @@ -293,6 +294,7 @@ public final class BluetoothClass implements Parcelable { * * @hide */ @TestApi public int getClassOfDevice() { return mClass; } Loading