Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DDynamicShortcuts.java498 (CompatUtils.isLauncherShortcutCompatible() && isJobScheduled(context)) + in initialize()
505 if (!CompatUtils.isLauncherShortcutCompatible()) return; in initialize()
531 if (!CompatUtils.isLauncherShortcutCompatible()) { in reset()
561 if (!CompatUtils.isLauncherShortcutCompatible() || lookupKey == null) return; in reportShortcutUsed()
/packages/apps/Contacts/src/com/android/contacts/compat/
DCompatUtils.java182 public static boolean isLauncherShortcutCompatible() { in isLauncherShortcutCompatible() method in CompatUtils