diff options
| author | 2023-08-23 19:27:02 +0000 | |
|---|---|---|
| committer | 2023-08-23 19:27:02 +0000 | |
| commit | 0ff408e9b1e58f0348da7cf665f52166478effb7 (patch) | |
| tree | 5ddd95505abaa6c211a2deb8d078f93c8bd8027c /location/java | |
| parent | 798d926fe775ca876b5809d148e65defa85cbfcf (diff) | |
| parent | edb7b005a749c0fb0845b241258aa7e45e2200f1 (diff) | |
Merge "Update language to comply with Android's inclusive language guidance" into main am: 4af0170659 am: 1b58f156cd am: 1ffd3906dd am: de02dcf982 am: edb7b005a7
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2720055
Change-Id: I42926747ff5e94a1e89947c44175a310db4a202c
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. |