Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java122 ArrayList<Pair<ItemInfo, Object>> installQueue = new ArrayList<>(); in flushQueueInBackground() local
148 installQueue.add(info.getItemInfo()); in flushQueueInBackground()
151 if (!installQueue.isEmpty()) { in flushQueueInBackground()
153 .addAndBindAddedWorkspaceItems(installQueue); in flushQueueInBackground()