Searched refs:MAX_LOCATION_AGE_MS (Results 1 – 2 of 2) sorted by relevance
73 private static final long MAX_LOCATION_AGE_MS = 5 * 60 * 1000L; // five minutes field in GeofenceManager528 if (location.getElapsedRealtimeAgeMillis() > MAX_LOCATION_AGE_MS) { in getLastLocation()
94 private static final int MAX_LOCATION_AGE_MS = 10 * 60 * 1000; field in FusedPrintersProvider414 - MAX_LOCATION_AGE_MS * 1000_000L in isLocationAcceptable()