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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DDefaultItemAnimatorTest.java201 public void cancelBefore(int count, final RecyclerView.ViewHolder... toCancel) argument
203 cancelTest(true, count, toCancel);
206 public void cancelAfter(int count, final RecyclerView.ViewHolder... toCancel) argument
208 cancelTest(false, count, toCancel);
211 public void cancelTest(boolean before, int count, final RecyclerView.ViewHolder... toCancel) throws Throwable { argument
213 endAnimations(toCancel);
219 endAnimations(toCancel);
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java575 JobStatus toCancel;
586 toCancel = mJobs.getJobByUidAndJobId(uId, job.getId());
587 if (toCancel != null) {
588 cancelJobImpl(toCancel, jobStatus);
590 startTrackingJob(jobStatus, toCancel);
682 JobStatus toCancel;
684 toCancel = mJobs.getJobByUidAndJobId(uid, jobId);
686 if (toCancel != null) {
687 cancelJobImpl(toCancel, null);

Completed in 86 milliseconds