summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothMapClient.java
diff options
context:
space:
mode:
authorAndrew Cheng <chengandrew@google.com>2022-03-02 12:01:10 -0800
committerAndrew Cheng <chengandrew@google.com>2022-03-02 20:06:18 +0000
commite3cccb923c81e64fbaa77f0c9b025a53110619b3 (patch)
treea4b83e49996aebb4208b30886be501dd5e0012cd /framework/java/android/bluetooth/BluetoothMapClient.java
parent90e1ab6e0bd9660e9858ac5dee89664b2da46e93 (diff)
Update public function documentation for Map Client
This change inherits the documentation from the parent class definitions where it can, so our profile proxy can be more in line with others. Ignore-AOSP-First: Mainline-related going into internal first Tag: #refactor Bug: 221881179 Test: atest BluetoothInstrumentationTests Change-Id: Ied98b70ea8fb698c576a43c09ba384698bb78233
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothMapClient.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothMapClient.java14
1 files changed, 3 insertions, 11 deletions
diff --git a/framework/java/android/bluetooth/BluetoothMapClient.java b/framework/java/android/bluetooth/BluetoothMapClient.java
index b29d7b0413..be3e48a0d9 100644
--- a/framework/java/android/bluetooth/BluetoothMapClient.java
+++ b/framework/java/android/bluetooth/BluetoothMapClient.java
@@ -340,9 +340,7 @@ public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable
}
/**
- * Get the list of connected devices. Currently at most one.
- *
- * @return list of connected devices
+ * {@inheritDoc}
* @hide
*/
@SystemApi
@@ -378,10 +376,7 @@ public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable
}
/**
- * Get the list of devices matching specified states. Currently at most one.
- *
- * @param states The connection states to match for.
- * @return list of matching devices
+ * {@inheritDoc}
* @hide
*/
@SystemApi
@@ -418,10 +413,7 @@ public final class BluetoothMapClient implements BluetoothProfile, AutoCloseable
}
/**
- * Get connection state of device
- *
- * @param device The remote device whose connection state is to be ascertained.
- * @return device connection state
+ * {@inheritDoc}
* @hide
*/
@SystemApi