Searched refs:cancelJob (Results 1 – 3 of 3) sorted by relevance
77 JobInfo cancelJob = new JobInfo.Builder(CANCEL_JOB_ID, kJobServiceComponent) in testCancel() local83 mJobScheduler.schedule(cancelJob); in testCancel()
290 void cancelJob() throws Exception { in cancelJob() method in TestAppInterface
128 mTestAppInterface.cancelJob(); in testAnr_onStopJob()