Searched refs:installQueue (Results 1 – 1 of 1) sorted by relevance
121 ArrayList<Pair<ItemInfo, Object>> installQueue = new ArrayList<>(); in flushQueueInBackground() local147 installQueue.add(info.getItemInfo()); in flushQueueInBackground()150 if (!installQueue.isEmpty()) { in flushQueueInBackground()151 model.addAndBindAddedWorkspaceItems(installQueue); in flushQueueInBackground()