Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Treehugger Robot
2020-07-29 12:08:14 +00:00
committed by Gerrit Code Review

View File

@@ -1450,7 +1450,7 @@ public final class BluetoothDevice implements Parcelable {
* present in the cache. Clients should use the {@link #getUuids} to get UUIDs * present in the cache. Clients should use the {@link #getUuids} to get UUIDs
* if service discovery is not to be performed. * 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. * to the remote device was started.
*/ */
@RequiresPermission(Manifest.permission.BLUETOOTH) @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 * The object type will match one of the SdpXxxRecord types, depending on the UUID searched
* for. * 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 * of initiating an ACL connection to the remote device
* was started. * was started.
*/ */