Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DShortcutToChooserTargetConverter.java53 @NonNull List<ShortcutManager.ShareShortcutInfo> allShortcuts, in convertToChooserTarget() argument
75 int indexInAllShortcuts = allShortcuts.indexOf(matchingShortcuts.get(i)); in convertToChooserTarget()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderTask.java246 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in run() local
247 loadWorkspace(allShortcuts, "", memoryLogger, restoreEventLogger); in run()
304 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()
787 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in loadDeepShortcuts() local
795 allShortcuts.addAll(shortcuts); in loadDeepShortcuts()
800 return allShortcuts; in loadDeepShortcuts()