summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-08-23 18:00:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-23 18:00:39 +0000
commit1ffd3906dd7a114d60fbc371e538079d2ec70a19 (patch)
tree741b9661ecce9dca3180ca5974dd0976c2a8379c /location
parent89854ca60ceb205a4f8aeb845cb5cd059532426e (diff)
parent1b58f156cde63cba152c77f3ed9f7a0adf32d136 (diff)
downloadbase-1ffd3906dd7a114d60fbc371e538079d2ec70a19.tar.gz
Merge "Update language to comply with Android's inclusive language guidance" into main am: 4af0170659 am: 1b58f156cd
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2720055 Change-Id: I0acce57f32bcb12c0dd5375846683d8c958b6016 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'location')
-rw-r--r--location/java/android/location/GnssRequest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/location/java/android/location/GnssRequest.java b/location/java/android/location/GnssRequest.java
index 9c9766fd02d6..f3a40cc3af40 100644
--- a/location/java/android/location/GnssRequest.java
+++ b/location/java/android/location/GnssRequest.java
@@ -41,7 +41,7 @@ public final class GnssRequest implements Parcelable {
*
* <p>If true, GNSS chipset switches off duty cycling. In such a mode, no clock
* discontinuities are expected, and when supported, carrier phase should be continuous in
- * good signal conditions. All non-blacklisted, healthy constellations, satellites and
+ * good signal conditions. All non-denylisted, healthy constellations, satellites and
* frequency bands that the chipset supports must be reported in this mode. The GNSS chipset
* is allowed to consume more power in this mode. If false, GNSS chipset optimizes power via
* duty cycling, constellations and frequency limits, etc.
@@ -138,7 +138,7 @@ public final class GnssRequest implements Parcelable {
*
* <p>If true, GNSS chipset switches off duty cycling. In such a mode, no clock
* discontinuities are expected, and when supported, carrier phase should be continuous in
- * good signal conditions. All non-blacklisted, healthy constellations, satellites and
+ * good signal conditions. All non-denylisted, healthy constellations, satellites and
* frequency bands that the chipset supports must be reported in this mode. The GNSS chipset
* is allowed to consume more power in this mode. If false, GNSS chipset optimizes power via
* duty cycling, constellations and frequency limits, etc.