Searched refs:DYNAMIC_SHORTCUTS_JOB_ID (Results 1 – 3 of 3) sorted by relevance
26 public static final int DYNAMIC_SHORTCUTS_JOB_ID = 1; field in ContactsJobService31 case DYNAMIC_SHORTCUTS_JOB_ID: in onStartJob()
441 mJobScheduler.cancel(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID); in handleFlagDisabled()462 ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID, in scheduleUpdateJob()516 jobScheduler.cancel(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID); in reset()544 return scheduler.getPendingJob(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID) != null; in isJobScheduled()
71 scheduler.cancel(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID); in tearDown()239 verify(mockJobScheduler).cancel(eq(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID)); in test_handleFlagDisabled_stopsJob()