diff options
author | Sal Savage <salsavage@google.com> | 2022-03-05 01:38:05 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-03-05 01:38:05 +0000 |
commit | 56c326152bc5b35fccbddf9f19e171a45eab83a6 (patch) | |
tree | 0779cfe5d1eb1b6f2648bcc0c8ea8c9b01d8a86c /framework/java/android/bluetooth/BluetoothHeadsetClient.java | |
parent | 7bb0758b05cef49474e9dc0b5450983a26f17d62 (diff) | |
parent | 1835c3555f777d5ff954a525dde4a86a6228ecb4 (diff) |
Merge "Remove newly introduced audio state APIs that shouldn't be public" into tm-dev
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothHeadsetClient.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothHeadsetClient.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/java/android/bluetooth/BluetoothHeadsetClient.java b/framework/java/android/bluetooth/BluetoothHeadsetClient.java index 33049c49a7..9be1b328f3 100644 --- a/framework/java/android/bluetooth/BluetoothHeadsetClient.java +++ b/framework/java/android/bluetooth/BluetoothHeadsetClient.java @@ -104,7 +104,6 @@ public final class BluetoothHeadsetClient implements BluetoothProfile, AutoClose * * @hide */ - @SystemApi @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) @@ -198,19 +197,16 @@ public final class BluetoothHeadsetClient implements BluetoothProfile, AutoClose /** * @hide */ - @SystemApi public static final int STATE_AUDIO_DISCONNECTED = 0; /** * @hide */ - @SystemApi public static final int STATE_AUDIO_CONNECTING = 1; /** * @hide */ - @SystemApi public static final int STATE_AUDIO_CONNECTED = 2; /** |