Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderTask.java204 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in run() local
207 loadWorkspace(allShortcuts, memoryLogger); in run()
262 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
1023 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in loadDeepShortcuts() local
1031 allShortcuts.addAll(shortcuts); in loadDeepShortcuts()
1036 return allShortcuts; in loadDeepShortcuts()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java2213 @NonNull List<ShortcutManager.ShareShortcutInfo> allShortcuts,
2231 int indexInAllShortcuts = allShortcuts.indexOf(matchingShortcuts.get(i));