Finalized GPS=>GNSS changes with documents
Bug: 27098594 Change-Id: I24529e60d8eb9b48b644cf01e5efc684e6f04839
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user