Searched refs:trackJobs (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | PrefetchControllerTest.java | 228 private void trackJobs(JobStatus... jobs) { in trackJobs() method in PrefetchControllerTest 277 trackJobs(jobStatus); in testConstantsUpdating_ThresholdChangesAlarms() 302 trackJobs(job); in testConstraintNotSatisfiedWhenLaunchLate() 317 trackJobs(job); in testConstraintSatisfiedWhenLaunchSoon() 339 trackJobs(jobPending, jobRunning); in testConstraintSatisfiedWhenTop() 383 trackJobs(jobNonWidget); in testConstraintSatisfiedWhenWidget() 391 trackJobs(jobWidget); in testConstraintSatisfiedWhenWidget() 407 trackJobs(jobStatus); in testEstimatedLaunchTimeChangedToLate() 438 trackJobs(jobStatus); in testEstimatedLaunchTimeChangedToSoon() 465 trackJobs(jobStatus); in testEstimatedLaunchTimeAllowance() [all …]
|
H A D | BatteryControllerTest.java | 174 private void trackJobs(JobStatus... jobs) { in trackJobs() method in BatteryControllerTest 212 trackJobs(job1); in testBatteryNotLow() 218 trackJobs(job2); in testBatteryNotLow() 292 trackJobs(job1, job2); in testCharging_BatteryNotLow() 339 trackJobs(jobFg, jobFgLow, jobBg, jobLateFg, jobLateFgLow); in testTopPowerConnectedExemption() 355 trackJobs(jobFgRunner); in testTopPowerConnectedExemption() 401 trackJobs(batteryJob, chargingJob, bothPowerJob, unrelatedJob); in testControllerOnlyTracksPowerJobs()
|
H A D | QuotaControllerTest.java | 362 private void trackJobs(JobStatus... jobs) { in trackJobs() method in QuotaControllerTest 4448 trackJobs(jobBg, jobTop); in testTracking_OutOfQuota_ForegroundAndBackground() 4504 trackJobs(jobFg, jobTop); in testTracking_OutOfQuota_ForegroundAndBackground() 4528 trackJobs(jobBg2); in testTracking_OutOfQuota_ForegroundAndBackground() 6346 trackJobs(jobBg, jobTop, jobUnstarted); in testEJTracking_OutOfQuota_ForegroundAndBackground() 6411 trackJobs(jobTop2, jobFg); in testEJTracking_OutOfQuota_ForegroundAndBackground() 6437 trackJobs(jobBg2); in testEJTracking_OutOfQuota_ForegroundAndBackground()
|