Finalized GPS=>GNSS changes with documents

Bug: 27098594
Change-Id: I24529e60d8eb9b48b644cf01e5efc684e6f04839
This commit is contained in:
Lifu Tang
2016-02-16 18:07:00 -08:00
parent f79c887c59
commit 9363b949a1
13 changed files with 395 additions and 335 deletions

View File

@@ -147,7 +147,6 @@ public final class GpsStatus {
& GnssStatus.CONSTELLATION_TYPE_MASK;
// Skip all non-GPS satellites.
if (constellationType != GnssStatus.CONSTELLATION_GPS) {
// TODO: translate the defacto pre-N use of prn's >32 to new struct
continue;
}
int prn = svidWithFlags[i] >> GnssStatus.SVID_SHIFT_WIDTH;