summaryrefslogtreecommitdiff
path: root/location/java
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-08-23 19:06:42 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-08-23 19:06:42 +0000
commitedb7b005a749c0fb0845b241258aa7e45e2200f1 (patch)
treed7119051314e0cc4a7fce58a389faf36a1a99b88 /location/java
parent72c169db53cd542054d40f6241ed38d0cbd82462 (diff)
parentde02dcf9827f10f840c3e7fc32c687b7de232668 (diff)
Merge "Update language to comply with Android's inclusive language guidance" into main am: 4af0170659 am: 1b58f156cd am: 1ffd3906dd am: de02dcf982
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2720055 Change-Id: If4b068e1804771350d0ffeacf2058f678773ecab Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'location/java')
-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.