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

Commit fac8c40b authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "BluetoothHealth: hide auto-created default constructors" am: 46345443 am: 39a6d731

am: f08eadc8

Change-Id: I042170e4b06ee298c063a84c8f7aaabe58a4c0dd
parents eecf228d f08eadc8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8600,7 +8600,6 @@ package android.bluetooth {
  }
  @Deprecated public final class BluetoothHealth implements android.bluetooth.BluetoothProfile {
    ctor @Deprecated public BluetoothHealth();
    method @Deprecated public boolean connectChannelToSource(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration);
    method @Deprecated public boolean disconnectChannel(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothHealthAppConfiguration, int);
    method @Deprecated public java.util.List<android.bluetooth.BluetoothDevice> getConnectedDevices();
@@ -8624,7 +8623,6 @@ package android.bluetooth {
  }
  @Deprecated public final class BluetoothHealthAppConfiguration implements android.os.Parcelable {
    ctor @Deprecated public BluetoothHealthAppConfiguration();
    method @Deprecated public int describeContents();
    method @Deprecated public int getDataType();
    method @Deprecated public String getName();
+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;