Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DItemInstallQueue.java134 List<Pair<ItemInfo, Object>> installQueue = mItems.stream() in flushQueueInBackground() local
139 if (!installQueue.isEmpty()) { in flushQueueInBackground()
141 launcher.getModel().addAndBindAddedWorkspaceItems(installQueue); in flushQueueInBackground()