HomeSort by relevance Sort by last modified time
    Searched refs:shortcutInfoCompats (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatVL.java 171 List<ShortcutInfoCompat> shortcutInfoCompats = new ArrayList<>(shortcuts.size());
173 shortcutInfoCompats.add(new ShortcutInfoCompat(shortcutInfo));
176 mCallback.onShortcutsChanged(packageName, shortcutInfoCompats, user);
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutManager.java 225 List<ShortcutInfoCompat> shortcutInfoCompats = new ArrayList<>(shortcutInfos.size());
227 shortcutInfoCompats.add(new ShortcutInfoCompat(shortcutInfo));
229 return shortcutInfoCompats;

Completed in 56 milliseconds