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.java485 (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()
/packages/apps/Contacts/src/com/android/contacts/compat/
DCompatUtils.java182 public static boolean isLauncherShortcutCompatible() { in isLauncherShortcutCompatible() method in CompatUtils