aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothDevice.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-29 12:40:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-29 12:40:20 +0000
commitd7209e36ba1f5c9a87abc2985136ab3e2028dabe (patch)
tree85dd8b79ba501ebe61a1ee17cabafec26753dd55 /framework/java/android/bluetooth/BluetoothDevice.java
parent59c8089a4db9840e227c328c46ccdde4425374c6 (diff)
parente493ee5f74fff694d5656dfff9eb480a6f5c0865 (diff)
Merge "Update language to comply with Android's inclusive language guidance" am: cc2d51fcef am: e493ee5f74
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374017 Change-Id: Ib2aa56b08e4cf507a5c878295114091ce600eae0
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothDevice.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java
index dc7d05300d..5c13c08f75 100644
--- a/framework/java/android/bluetooth/BluetoothDevice.java
+++ b/framework/java/android/bluetooth/BluetoothDevice.java
@@ -1462,7 +1462,7 @@ public final class BluetoothDevice implements Parcelable {
* present in the cache. Clients should use the {@link #getUuids} to get UUIDs
* if service discovery is not to be performed.
*
- * @return False if the sanity check fails, True if the process of initiating an ACL connection
+ * @return False if the check fails, True if the process of initiating an ACL connection
* to the remote device was started.
*/
@RequiresPermission(Manifest.permission.BLUETOOTH)
@@ -1496,7 +1496,7 @@ public final class BluetoothDevice implements Parcelable {
* The object type will match one of the SdpXxxRecord types, depending on the UUID searched
* for.
*
- * @return False if the sanity check fails, True if the process
+ * @return False if the check fails, True if the process
* of initiating an ACL connection to the remote device
* was started.
*/