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 179 List<ShortcutInfoCompat> shortcutInfoCompats = new ArrayList<>(shortcuts.size());
181 shortcutInfoCompats.add(new ShortcutInfoCompat(shortcutInfo));
184 mCallback.onShortcutsChanged(packageName, shortcutInfoCompats, user);
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutManager.java 227 List<ShortcutInfoCompat> shortcutInfoCompats = new ArrayList<>(shortcutInfos.size());
229 shortcutInfoCompats.add(new ShortcutInfoCompat(shortcutInfo));
231 return shortcutInfoCompats;

Completed in 3940 milliseconds