Searched refs:jobInfos (Results 1 – 1 of 1) sorted by relevance
164 List<JobInfo> jobInfos = jobScheduler.getAllPendingJobs(); in jobSchedulerCancelAll() local166 if (jobInfos != null) { in jobSchedulerCancelAll()167 for (JobInfo jobInfo : jobInfos) { in jobSchedulerCancelAll()