Searched refs:isLauncherShortcutCompatible (Results 1 – 2 of 2) sorted by relevance
485 (CompatUtils.isLauncherShortcutCompatible() && isJobScheduled(context)) + in initialize()492 if (!CompatUtils.isLauncherShortcutCompatible()) return; in initialize()518 if (!CompatUtils.isLauncherShortcutCompatible()) { in reset()548 if (!CompatUtils.isLauncherShortcutCompatible() || lookupKey == null) return; in reportShortcutUsed()
182 public static boolean isLauncherShortcutCompatible() { in isLauncherShortcutCompatible() method in CompatUtils