Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DPrefetchControllerTest.java229 private void trackJobs(JobStatus... jobs) { in trackJobs() method in PrefetchControllerTest
278 trackJobs(jobStatus); in testConstantsUpdating_ThresholdChangesAlarms()
303 trackJobs(job); in testConstraintNotSatisfiedWhenLaunchLate()
318 trackJobs(job); in testConstraintSatisfiedWhenLaunchSoon()
340 trackJobs(jobPending, jobRunning); in testConstraintSatisfiedWhenTop()
384 trackJobs(jobNonWidget); in testConstraintSatisfiedWhenWidget()
392 trackJobs(jobWidget); in testConstraintSatisfiedWhenWidget()
408 trackJobs(jobStatus); in testEstimatedLaunchTimeChangedToLate()
439 trackJobs(jobStatus); in testEstimatedLaunchTimeChangedToSoon()
466 trackJobs(jobStatus); in testEstimatedLaunchTimeAllowance()
[all …]
DBatteryControllerTest.java162 private void trackJobs(JobStatus... jobs) { in trackJobs() method in BatteryControllerTest
200 trackJobs(job1); in testBatteryNotLow()
206 trackJobs(job2); in testBatteryNotLow()
280 trackJobs(job1, job2); in testCharging_BatteryNotLow()
327 trackJobs(jobFg, jobFgLow, jobBg, jobLateFg, jobLateFgLow); in testTopPowerConnectedExemption()
343 trackJobs(jobFgRunner); in testTopPowerConnectedExemption()
389 trackJobs(batteryJob, chargingJob, bothPowerJob, unrelatedJob); in testControllerOnlyTracksPowerJobs()
DBackgroundJobsControllerTest.java187 private void trackJobs(JobStatus... jobs) { in trackJobs() method in BackgroundJobsControllerTest
230 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testRestartedBroadcastWithoutStopping()
271 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testStopped_disabled()
312 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testStopped_enabled()
DQuotaControllerTest.java372 private void trackJobs(JobStatus... jobs) { in trackJobs() method in QuotaControllerTest
1387 trackJobs(job, jobDefIWF, jobHigh); in testGetMaxJobExecutionTimeLocked_Regular()
2209 trackJobs(jobRunning, jobPending); in testIsWithinQuotaLocked_UnderDuration_OverJobCountInWindow()
4562 trackJobs(jobBg, jobTop); in testTracking_OutOfQuota_ForegroundAndBackground()
4618 trackJobs(jobFg, jobTop); in testTracking_OutOfQuota_ForegroundAndBackground()
4642 trackJobs(jobBg2); in testTracking_OutOfQuota_ForegroundAndBackground()
6461 trackJobs(jobBg, jobTop, jobUnstarted); in testEJTracking_OutOfQuota_ForegroundAndBackground()
6526 trackJobs(jobTop2, jobFg); in testEJTracking_OutOfQuota_ForegroundAndBackground()
6552 trackJobs(jobBg2); in testEJTracking_OutOfQuota_ForegroundAndBackground()