Searched refs:cancelJobImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java588 cancelJobImpl(toCancel, jobStatus);
628 cancelJobImpl(toRemove, null);
640 cancelJobImpl(job, null);
670 cancelJobImpl(toRemove, null);
687 cancelJobImpl(toCancel, null);
691 private void cancelJobImpl(JobStatus cancelled, JobStatus incomingJob) { method in class:JobSchedulerService
1125 cancelJobImpl((JobStatus)message.obj, null);

Completed in 173 milliseconds