Searched refs:getPendingJobCount (Results 1 – 1 of 1) sorted by relevance
1604 if (mWorkCountTracker.getPendingJobCount(WORK_TYPE_UI) > 0) { in onJobCompletedLocked()1606 } else if (mWorkCountTracker.getPendingJobCount(WORK_TYPE_EJ) > 0) { in onJobCompletedLocked()1833 if (mWorkCountTracker.getPendingJobCount(WORK_TYPE_BGUSER_IMPORTANT) > 0) { in shouldStopRunningJobLocked()1837 if (mWorkCountTracker.getPendingJobCount(WORK_TYPE_EJ) > 0 in shouldStopRunningJobLocked()1842 } else if (mWorkCountTracker.getPendingJobCount(WORK_TYPE_EJ) > 0) { in shouldStopRunningJobLocked()1863 if (mWorkCountTracker.getPendingJobCount(workType) > 0) { in shouldStopRunningJobLocked()2817 int getPendingJobCount(@WorkType final int workType) { in getPendingJobCount() method in WorkCountTracker