Searched refs:allShortcuts (Results 1 – 2 of 2) sorted by relevance
204 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in run() local207 loadWorkspace(allShortcuts, memoryLogger); in run()262 updateHandler.updateIcons(allShortcuts, new ShortcutCachingLogic(), in run()1023 List<ShortcutInfo> allShortcuts = new ArrayList<>(); in loadDeepShortcuts() local1031 allShortcuts.addAll(shortcuts); in loadDeepShortcuts()1036 return allShortcuts; in loadDeepShortcuts()
2213 @NonNull List<ShortcutManager.ShareShortcutInfo> allShortcuts,2231 int indexInAllShortcuts = allShortcuts.indexOf(matchingShortcuts.get(i));