Searched refs:AdjustedJobStatus (Results 1 – 3 of 3) sorted by relevance
252 private static class AdjustedJobStatus { class in PendingJobQueue.AppJobQueue262 private static final Comparator<AdjustedJobStatus> sJobComparator = (aj1, aj2) -> {312 private static final Pools.Pool<AdjustedJobStatus> mAdjustedJobStatusPool =315 private final List<AdjustedJobStatus> mJobs = new ArrayList<>();319 AdjustedJobStatus adjustedJobStatus = mAdjustedJobStatusPool.acquire(); in add()321 adjustedJobStatus = new AdjustedJobStatus(); in add()346 final AdjustedJobStatus ajs = mJobs.get(i); in add()362 AdjustedJobStatus adjustedJobStatus = mAdjustedJobStatusPool.acquire(); in addAll()364 adjustedJobStatus = new AdjustedJobStatus(); in addAll()384 final AdjustedJobStatus ajs = mJobs.get(i); in addAll()[all …]
1727 HSPLcom/android/server/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;->clear()V1731 …/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;Lcom/android/server/job/PendingJobQueue$AppJobQ…1735 …/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;Lcom/android/server/job/PendingJobQueue$AppJobQ…
13028 PLcom/android/server/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;-><init>()V13029 …PendingJobQueue$AppJobQueue$AdjustedJobStatus;-><init>(Lcom/android/server/job/PendingJobQueue$App…13030 PLcom/android/server/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;->clear()V