diff options
| author | 2020-07-29 12:40:20 +0000 | |
|---|---|---|
| committer | 2020-07-29 12:40:20 +0000 | |
| commit | 512c1c5ab940839808405603745c040c8f0dbfe2 (patch) | |
| tree | b694061ee863cc34d33bd4527d64105237329060 | |
| parent | a153245a7554dfa6d174b47bbbd0690c8af47d80 (diff) | |
| parent | ed914ce6832365be35c1767f431d4f6c7166f0d0 (diff) | |
Merge "Update language to comply with Android's inclusive language guidance" am: cc2d51fcef am: ed914ce683
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1374017
Change-Id: Ib2aa56b08e4cf507a5c878295114091ce600eae0
| -rw-r--r-- | core/java/android/bluetooth/BluetoothDevice.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java index dc7d05300d45..5c13c08f752f 100644 --- a/core/java/android/bluetooth/BluetoothDevice.java +++ b/core/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. */ |