Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactsJobService.java26 public static final int DYNAMIC_SHORTCUTS_JOB_ID = 1; field in ContactsJobService
31 case DYNAMIC_SHORTCUTS_JOB_ID: in onStartJob()
DDynamicShortcuts.java441 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()
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java71 scheduler.cancel(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID); in tearDown()
239 verify(mockJobScheduler).cancel(eq(ContactsJobService.DYNAMIC_SHORTCUTS_JOB_ID)); in test_handleFlagDisabled_stopsJob()