Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DBiasSchedulingTest.java68 for (int i = 0; i < JobConcurrencyManager.MAX_CONCURRENCY_LIMIT; ++i) { in testLowerBiasJobPreempted()
75 final int higherBiasJobId = 100 + JobConcurrencyManager.MAX_CONCURRENCY_LIMIT; in testLowerBiasJobPreempted()
DWorkCountTrackerTest.java19 import static com.android.server.job.JobConcurrencyManager.MAX_CONCURRENCY_LIMIT;
185 "test", MAX_CONCURRENCY_LIMIT, totalMax, minLimitRatios, maxLimitRatios)); in recount()
255 minExpected = Math.min((int) (minLimit.second * MAX_CONCURRENCY_LIMIT), minExpected); in checkRandom()
277 final int maxLimit = (int) (maxLimitRatio.second * MAX_CONCURRENCY_LIMIT); in checkRandom()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobConcurrencyManager.java93 static final int MAX_CONCURRENCY_LIMIT = 64; field in JobConcurrencyManager
95 private static final int MAX_RETAINED_OBJECTS = (int) (1.5 * MAX_CONCURRENCY_LIMIT);
2042 mSteadyStateConcurrencyLimit = Math.max(8, Math.min(MAX_CONCURRENCY_LIMIT, in updateConfigLocked()