Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java1220 nextWindowStartTime = now + HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_closeToEndOfWindow()
1250 nextWindowStartTime = now + 6 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_closeToEndOfWindow()
1466 nextWindowStartTime += 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow()
1500 nextWindowStartTime += HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex()
1510 nextWindowStartTime += 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex()
1546 nextWindowStartTime += 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_failedJob()
1585 nextWindowStartTime += HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob()
1595 nextWindowStartTime += 2 * HOUR_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob()
1646 nextWindowStartTime += 7 * DAY_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob_longPeriod()
1663 nextWindowStartTime += 14 * DAY_IN_MILLIS; in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob_longPeriod()
[all …]