Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java216 final long nextWindowEndTime = now + 30 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_minPeriod() local
248 final long nextWindowEndTime = nextWindowStartTime + 365 * DAY_IN_MILLIS; in testGetRescheduleJobForPeriodic_largePeriod() local
266 final long nextWindowEndTime = now + 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_insideWindow() local
313 long nextWindowEndTime = now + 30 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_closeToEndOfWindow() local
477 final long nextWindowEndTime = now + 90 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_insideWindow_flex() local
511 final long nextWindowEndTime = now + 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_insideWindow_failedJob() local
560 long nextWindowEndTime = now + 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow() local
595 long nextWindowEndTime = now + 90 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex() local
638 long nextWindowEndTime = now + 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_failedJob() local
676 long nextWindowEndTime = now + 90 * MINUTE_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob() local