Searched refs:appsToAdd (Results 1 – 1 of 1) sorted by relevance
209 Stack<T> appsToAdd = new Stack<>(); in updateIconsPerUser() local210 appsToAdd.addAll(componentMap.values()); in updateIconsPerUser()211 new SerializedIconUpdateTask(userSerial, user, appsToAdd, appsToUpdate, cachingLogic, in updateIconsPerUser()259 Stack<T> appsToAdd, Stack<T> appsToUpdate, CachingLogic<T> cachingLogic, in SerializedIconUpdateTask() argument263 mAppsToAdd = appsToAdd; in SerializedIconUpdateTask()