Searched refs:mPendingCompletions (Results 1 – 2 of 2) sorted by relevance
55 ArrayList<JobWorkItem> mPendingCompletions = new ArrayList<>(); field in MockJobService198 mPendingCompletions.add(work); in onStartJob()200 mPendingCompletions.add(0, work); in onStartJob()259 if (mPendingCompletions.size() <= 0) { in processNextPendingCompletion()263 JobWorkItem next = mPendingCompletions.remove(0); in processNextPendingCompletion()