Home
last modified time | relevance | path

Searched refs:cancelJob (Results 1 – 3 of 3) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTimingConstraintsTest.java77 JobInfo cancelJob = new JobInfo.Builder(CANCEL_JOB_ID, kJobServiceComponent) in testCancel() local
83 mJobScheduler.schedule(cancelJob); in testCancel()
DTestAppInterface.java290 void cancelJob() throws Exception { in cancelJob() method in TestAppInterface
DJobSchedulingTest.java128 mTestAppInterface.cancelJob(); in testAnr_onStopJob()