Searched refs:DAY_MILLIS (Results 1 – 2 of 2) sorted by relevance
41 private static final long DAY_MILLIS = Duration.ofDays(1).toMillis(); field in TimedQuotaManagerTest58 TimedQuotaManager qm = new TimedQuotaManager(mClock, 10, DAY_MILLIS); in exhaustQuota_newDay_exhaustQuotaAgain()68 when(mClock.getElapsedSinceBootMillis()).thenReturn(now + DAY_MILLIS + 1000); in exhaustQuota_newDay_exhaustQuotaAgain()85 TimedQuotaManager qm = new TimedQuotaManager(mClock, 10, DAY_MILLIS); in exhaustQuota_sameDay_stillExhausted()95 when(mClock.getElapsedSinceBootMillis()).thenReturn(now + DAY_MILLIS - 1000); in exhaustQuota_sameDay_stillExhausted()
41 protected static final long DAY_MILLIS = 86400000L; field in Config50 private static final long MAX_STAT_AGE_MILLIS = 30 * DAY_MILLIS;60 private static final long VOICE_SEARCH_HINT_ACTIVE_PERIOD = 7L * DAY_MILLIS;