Searched refs:TTL_THIRTY_DAYS_MS (Results 1 – 1 of 1) sorted by relevance
69 private static final long TTL_THIRTY_DAYS_MS = 30 * GRANULARITY_ONE_DAY_MS; field in CarLocationService348 if (location.getTime() + TTL_THIRTY_DAYS_MS < currentTime) { in loadLocation()