summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alice Kuo <aliceypkuo@google.com> 2020-07-28 08:15:49 +0000
committer Alice Kuo <aliceypkuo@google.com> 2020-07-29 04:00:34 +0000
commit9922d8cc9d62f2924e3923c3e7bd416e5c39a1d7 (patch)
tree043fac75c4dcb5962e4167b13aa6f0e9b3d99342
parent9e9ce9f9efa6d07450d976dfcbc1d666e51a11fc (diff)
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference #inclusivefixit Bug: 161896447 Test: NA (Comment only) Change-Id: Id4f72f98d5a5def26d42d112aeb1b67217d38af0
-rw-r--r--core/java/android/bluetooth/BluetoothDevice.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java
index a2cf7d9cc248..8d68cdb14343 100644
--- a/core/java/android/bluetooth/BluetoothDevice.java
+++ b/core/java/android/bluetooth/BluetoothDevice.java
@@ -1450,7 +1450,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)
@@ -1484,7 +1484,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.
*/