Searched refs:appsToAdd (Results 1 – 1 of 1) sorted by relevance
199 Stack<T> appsToAdd = new Stack<>(); in updateIconsPerUser() local200 appsToAdd.addAll(componentMap.values()); in updateIconsPerUser()201 new SerializedIconUpdateTask(userSerial, user, appsToAdd, appsToUpdate, cachingLogic, in updateIconsPerUser()250 Stack<T> appsToAdd, Stack<T> appsToUpdate, CachingLogic<T> cachingLogic, in SerializedIconUpdateTask() argument254 mAppsToAdd = appsToAdd; in SerializedIconUpdateTask()