Home
last modified time | relevance | path

Searched defs:nextWindowStartTime (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java215 final long nextWindowStartTime = now + 15 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_minPeriod() local
247 final long nextWindowStartTime = now + 365 * DAY_IN_MILLIS; in testGetRescheduleJobForPeriodic_largePeriod() local
265 final long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_insideWindow() local
312 long nextWindowStartTime = now + 15 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_closeToEndOfWindow() local
476 final long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_insideWindow_flex() local
510 final long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_insideWindow_failedJob() local
559 long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow() local
594 long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex() local
637 long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_failedJob() local
675 long nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob() local