Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobConcurrencyManagerTest.java681 final JobStatus topJob = createJob(mDefaultUserId * UserHandle.PER_USER_RANGE, 0); in testIsPkgConcurrencyLimited_top() local
682 topJob.lastEvaluatedBias = JobInfo.BIAS_TOP_APP; in testIsPkgConcurrencyLimited_top()
684 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(topJob)); in testIsPkgConcurrencyLimited_top()
691 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(topJob)); in testIsPkgConcurrencyLimited_top()
698 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(topJob)); in testIsPkgConcurrencyLimited_top()
703 topJob.getSourceUserId(), topJob.getSourcePackageName()); in testIsPkgConcurrencyLimited_top()
708 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(topJob)); in testIsPkgConcurrencyLimited_top()
714 assertFalse(mJobConcurrencyManager.isPkgConcurrencyLimitedLocked(topJob)); in testIsPkgConcurrencyLimited_top()