summaryrefslogtreecommitdiff
path: root/location/java/android
diff options
context:
space:
mode:
author Soonil Nagarkar <sooniln@google.com> 2019-11-12 17:31:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-11-12 17:31:59 +0000
commit599511db79c8017c3c0b008c1f296591e21f3540 (patch)
tree727b34d49cc24acee861656974391efff0c56cb1 /location/java/android
parent4fc597fe15185a6816f20aa60d87dbb3104f8aad (diff)
parent0ad004ae8dbf4ee080e1f94f46f53df8ca31e3e2 (diff)
Merge "Add comment about support lib to GnssStatus"
Diffstat (limited to 'location/java/android')
-rw-r--r--location/java/android/location/GnssStatus.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/location/java/android/location/GnssStatus.java b/location/java/android/location/GnssStatus.java
index 211a0cb5852d..b363686c2df5 100644
--- a/location/java/android/location/GnssStatus.java
+++ b/location/java/android/location/GnssStatus.java
@@ -27,7 +27,11 @@ import java.lang.annotation.RetentionPolicy;
* This class is used in conjunction with the {@link GnssStatus.Callback}.
*/
public final class GnssStatus {
+
// these must match the definitions in gps.h
+ //
+ // Note: these constants are also duplicated in GnssStatusCompat.java in the androidx support
+ // library. if adding a constellation, please update that file as well.
/** Unknown constellation type. */
public static final int CONSTELLATION_UNKNOWN = 0;