Searched refs:GRANULARITY_ONE_DAY_MS (Results 1 – 1 of 1) sorted by relevance
75 private static final long GRANULARITY_ONE_DAY_MS = 24 * 60 * 60 * 1000L; field in CarLocationService77 private static final long TTL_THIRTY_DAYS_MS = 30 * GRANULARITY_ONE_DAY_MS;492 currentTime - currentTime % GRANULARITY_ONE_DAY_MS); in storeLocation()