Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java1103 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_minPeriod() local
1111 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_minPeriod() local
1134 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_largePeriod() local
1152 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_insideWindow() local
1363 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_insideWindow_flex() local
1402 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(failedJob); in testGetRescheduleJobForPeriodic_insideWindow_failedJob() local
1458 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_outsideWindow() local
1493 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(job); in testGetRescheduleJobForPeriodic_outsideWindow_flex() local
1538 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(failedJob); in testGetRescheduleJobForPeriodic_outsideWindow_failedJob() local
1578 JobStatus rescheduledJob = mService.getRescheduleJobForPeriodic(failedJob); in testGetRescheduleJobForPeriodic_outsideWindow_flex_failedJob() local
[all …]
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DJobStatusTest.java692 JobStatus rescheduledJob = new JobStatus(job, NO_EARLIEST_RUNTIME, NO_LATEST_RUNTIME, in testShouldTreatAsUserInitiated_userDemoted() local
717 JobStatus rescheduledJob = new JobStatus(job, NO_EARLIEST_RUNTIME, NO_LATEST_RUNTIME, in testShouldTreatAsUserInitiated_systemDemoted() local