Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DPendingJobQueue.java312 private static final Pools.Pool<AdjustedJobStatus> mAdjustedJobStatusPool = field in PendingJobQueue.AppJobQueue
319 AdjustedJobStatus adjustedJobStatus = mAdjustedJobStatusPool.acquire(); in add()
362 AdjustedJobStatus adjustedJobStatus = mAdjustedJobStatusPool.acquire(); in addAll()
444 mAdjustedJobStatusPool.release(adjustedJobStatus); in remove()