Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
DJobConcurrencyManagerTest.java254 mJobConcurrencyManager.addRunningJobForTesting(job); in testPrepareForAssignmentDetermination_onlyPreferredUidOnly()
281 mJobConcurrencyManager.addRunningJobForTesting(job); in testPrepareForAssignmentDetermination_onlyStartedWithImmediacyPrivilege()
351 mJobConcurrencyManager.addRunningJobForTesting(job); in testDetermineAssignments_allPreferredUidOnly_shortTimeLeft()
405 mJobConcurrencyManager.addRunningJobForTesting(job); in testDetermineAssignments_allPreferredUidOnly_mediumTimeLeft_onlyRegRunning()
477 mJobConcurrencyManager.addRunningJobForTesting(job); in testDetermineAssignments_allPreferredUidOnly_mediumTimeLeft_onlyUiRunning()
537 mJobConcurrencyManager.addRunningJobForTesting(job); in testDetermineAssignments_allPreferredUidOnly_longTimeLeft()
696 mJobConcurrencyManager.addRunningJobForTesting(job); in testIsPkgConcurrencyLimited_top()
735 mJobConcurrencyManager.addRunningJobForTesting(job); in testIsPkgConcurrencyLimited_belowTotalLimit()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java2967 void addRunningJobForTesting(@NonNull JobStatus job) { in addRunningJobForTesting() method