Searched refs:appsToUpdate (Results 1 – 1 of 1) sorted by relevance
144 Stack<T> appsToUpdate = new Stack<>(); in updateIconsPerUser() local199 appsToUpdate.add(app); in updateIconsPerUser()208 if (!componentMap.isEmpty() || !appsToUpdate.isEmpty()) { in updateIconsPerUser()211 new SerializedIconUpdateTask(userSerial, user, appsToAdd, appsToUpdate, cachingLogic, in updateIconsPerUser()259 Stack<T> appsToAdd, Stack<T> appsToUpdate, CachingLogic<T> cachingLogic, in SerializedIconUpdateTask() argument264 mAppsToUpdate = appsToUpdate; in SerializedIconUpdateTask()