Home
last modified time | relevance | path

Searched refs:isJobScheduled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java485 (CompatUtils.isLauncherShortcutCompatible() && isJobScheduled(context)) + in initialize()
501 } else if (!isJobScheduled(context)) { in initialize()
541 public static boolean isJobScheduled(Context context) { in isJobScheduled() method in DynamicShortcuts
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java246 assertThat(DynamicShortcuts.isJobScheduled(getContext()), Matchers.is(true)); in test_scheduleUpdateJob_schedulesJob()