Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DPendingJobQueue.java252 private static class AdjustedJobStatus { class in PendingJobQueue.AppJobQueue
262 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 …]
/frameworks/base/services/
Dart-profile1727 HSPLcom/android/server/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;->clear()V
1731 …/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;Lcom/android/server/job/PendingJobQueue$AppJobQ…
1735 …/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;Lcom/android/server/job/PendingJobQueue$AppJobQ…
Dart-wear-profile13028 PLcom/android/server/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;-><init>()V
13029 …PendingJobQueue$AppJobQueue$AdjustedJobStatus;-><init>(Lcom/android/server/job/PendingJobQueue$App…
13030 PLcom/android/server/job/PendingJobQueue$AppJobQueue$AdjustedJobStatus;->clear()V