Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DDynamicItemCache.java244 List<ShortcutKey> shortcutsToLoad = new ArrayList<>(); in updateDependencies() local
253 shortcutsToLoad.add((ShortcutKey) mapper.getComponentKey()); in updateDependencies()
266 cacheItems(shortcutsToLoad, instantAppsToLoad); in updateDependencies()