summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothCodecConfig.java
diff options
context:
space:
mode:
authorEtienne Ruffieux <eruffieux@google.com>2022-03-09 10:24:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-03-09 10:24:16 +0000
commita3eec79eedff2e67a7acda207ae48c688ca672e0 (patch)
tree9dc756d1d5464ba6beb0ad8f66f60ef331e5fb94 /framework/java/android/bluetooth/BluetoothCodecConfig.java
parent2853521cb226a38a1a2f62323c2af0bb8f8f2dc2 (diff)
parentd3c62fdc1247a02431a28cca0f547fa94c388dfa (diff)
Merge "Hide Bluetooth codec classes constructors"
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothCodecConfig.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothCodecConfig.java b/framework/java/android/bluetooth/BluetoothCodecConfig.java
index 91e234aaaf..b7609c5d64 100644
--- a/framework/java/android/bluetooth/BluetoothCodecConfig.java
+++ b/framework/java/android/bluetooth/BluetoothCodecConfig.java
@@ -272,6 +272,7 @@ public final class BluetoothCodecConfig implements Parcelable {
* values to 0.
*
* @param codecType the source codec type
+ * @hide
*/
public BluetoothCodecConfig(@SourceCodecType int codecType) {
this(codecType, BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT,