Searched refs:startTrackingJobLocked (Results 1 – 2 of 2) sorted by relevance
1114 startTrackingJobLocked(jobStatus, null);1280 startTrackingJobLocked(incomingJob, cancelled);1590 private void startTrackingJobLocked(JobStatus jobStatus, JobStatus lastJob) {1861 startTrackingJobLocked(rescheduledJob, jobStatus);1869 startTrackingJobLocked(rescheduledPeriodic, jobStatus);
559 timer.startTrackingJobLocked(jobStatus); in prepareForExecutionLocked()1473 void startTrackingJobLocked(@NonNull JobStatus jobStatus) { in startTrackingJobLocked() method in QuotaController.Timer