Searched refs:isJobScheduled (Results 1 – 2 of 2) sorted by relevance
485 (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
246 assertThat(DynamicShortcuts.isJobScheduled(getContext()), Matchers.is(true)); in test_scheduleUpdateJob_schedulesJob()