Searched refs:testJob (Results 1 – 2 of 2) sorted by relevance
719 final JobStatus testJob = createJob(mDefaultUserId * UserHandle.PER_USER_RANGE); in testIsPkgConcurrencyLimited_belowTotalLimit() local728 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(testJob)); in testIsPkgConcurrencyLimited_belowTotalLimit()737 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(testJob)); in testIsPkgConcurrencyLimited_belowTotalLimit()744 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(testJob)); in testIsPkgConcurrencyLimited_belowTotalLimit()
295 public void testJob() throws Exception { in testJob() method in BatteryStatsBackgroundStatsTest