Searched refs:CANCEL_JOB_ID (Results 1 – 1 of 1) sorted by relevance
29 private static final int CANCEL_JOB_ID = TimingConstraintsTest.class.hashCode() + 1; field in TimingConstraintsTest45 JobInfo cancelJob = new JobInfo.Builder(CANCEL_JOB_ID, kJobServiceComponent) in testCancel()53 mJobScheduler.cancel(CANCEL_JOB_ID); in testCancel()