Home
last modified time | relevance | path

Searched refs:DAY_MILLIS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DTimedQuotaManagerTest.java41 private static final long DAY_MILLIS = Duration.ofDays(1).toMillis(); field in TimedQuotaManagerTest
58 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()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DConfig.java41 protected static final long DAY_MILLIS = 86400000L; field in Config
50 private static final long MAX_STAT_AGE_MILLIS = 30 * DAY_MILLIS;
60 private static final long VOICE_SEARCH_HINT_ACTIVE_PERIOD = 7L * DAY_MILLIS;