diff options
| author | 2023-08-23 19:06:42 +0000 | |
|---|---|---|
| committer | 2023-08-23 19:06:42 +0000 | |
| commit | edb7b005a749c0fb0845b241258aa7e45e2200f1 (patch) | |
| tree | d7119051314e0cc4a7fce58a389faf36a1a99b88 /location/java | |
| parent | 72c169db53cd542054d40f6241ed38d0cbd82462 (diff) | |
| parent | de02dcf9827f10f840c3e7fc32c687b7de232668 (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.java | 4 |
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. |