Searched refs:getAllJobSnapshots (Results 1 – 4 of 4) sorted by relevance
111 public List<JobSnapshot> getAllJobSnapshots() { in getAllJobSnapshots() method in JobSchedulerImpl113 return mBinder.getAllJobSnapshots().getList(); in getAllJobSnapshots()
37 ParceledListSlice getAllJobSnapshots(); in getAllJobSnapshots() method
190 public abstract List<JobSnapshot> getAllJobSnapshots(); in getAllJobSnapshots() method in JobScheduler
2948 public ParceledListSlice<JobSnapshot> getAllJobSnapshots() { in getAllJobSnapshots() method in JobSchedulerService.JobSchedulerStub