summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothProfile.java
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2018-08-06 03:59:41 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-06 03:59:41 -0700
commitf51a804b44087d5ff89da821a0f4167cd21e3a39 (patch)
treee23dd771b9d8d3014cb64a3d5696fc34014a7f28 /framework/java/android/bluetooth/BluetoothProfile.java
parent8188c5616e26a879f6436edfa5782ed358315418 (diff)
parent7d543894e0497651fc160728d659543483500f87 (diff)
Merge "Add @UnsupportedAppUsage annotations"
am: b40b37910d Change-Id: Ic3de9e4c6d17687d4a1f64c02026e5c0711e8fd1
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothProfile.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java
index 6aeb94da11..9777b5cc6c 100644
--- a/framework/java/android/bluetooth/BluetoothProfile.java
+++ b/framework/java/android/bluetooth/BluetoothProfile.java
@@ -20,6 +20,7 @@ package android.bluetooth;
import android.Manifest;
import android.annotation.RequiresPermission;
import android.annotation.SystemApi;
+import android.annotation.UnsupportedAppUsage;
import java.util.List;
@@ -85,6 +86,7 @@ public interface BluetoothProfile {
*
* @hide
*/
+ @UnsupportedAppUsage
int PAN = 5;
/**
@@ -122,6 +124,7 @@ public interface BluetoothProfile {
*
* @hide
*/
+ @UnsupportedAppUsage
int A2DP_SINK = 11;
/**
@@ -129,6 +132,7 @@ public interface BluetoothProfile {
*
* @hide
*/
+ @UnsupportedAppUsage
int AVRCP_CONTROLLER = 12;
/**
@@ -192,6 +196,7 @@ public interface BluetoothProfile {
*
* @hide
**/
+ @UnsupportedAppUsage
int PRIORITY_AUTO_CONNECT = 1000;
/**
@@ -217,6 +222,7 @@ public interface BluetoothProfile {
*
* @hide
*/
+ @UnsupportedAppUsage
int PRIORITY_UNDEFINED = -1;
/**