Searched refs:MAX_LATITUDE (Results 1 – 4 of 4) sorted by relevance
62 private static final double MAX_LATITUDE = field in LocationFudger216 if (lat > MAX_LATITUDE) { in wrapLatitude()217 lat = MAX_LATITUDE; in wrapLatitude()219 if (lat < -MAX_LATITUDE) { in wrapLatitude()220 lat = -MAX_LATITUDE; in wrapLatitude()
29 private static final double MAX_LATITUDE = 90D; field in LocationUtils38 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()
157 private static final double MAX_LATITUDE = 90D; field in GnssOverlayLocationServiceTest166 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()
182 private static final double MAX_LATITUDE = 90D; field in FusedLocationServiceTest191 MIN_LATITUDE + random.nextDouble() * (MAX_LATITUDE - MIN_LATITUDE), in createLocation()