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

Commit f2d49bda authored by Jack He's avatar Jack He
Browse files

BluetoothHealth: hide auto-created default constructors

Fixes: 123926561
Test: make
Change-Id: I388472c82eaca245285b5ecf2959c415508d7e69
parent 94069066
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -99,6 +99,11 @@ public final class BluetoothHealth implements BluetoothProfile {
    @Deprecated
    public static final int CHANNEL_TYPE_STREAMING = 11;

    /**
     * Hide auto-created default constructor
     * @hide
     */
    BluetoothHealth() {}

    /**
     * Register an application configuration that acts as a Health SINK.
+7 −0
Original line number Diff line number Diff line
@@ -33,6 +33,13 @@ import android.os.Parcelable;
 */
@Deprecated
public final class BluetoothHealthAppConfiguration implements Parcelable {

    /**
     * Hide auto-created default constructor
     * @hide
     */
    BluetoothHealthAppConfiguration() {}

    @Override
    public int describeContents() {
        return 0;