Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DIconCacheUpdateHandler.java144 Stack<T> appsToUpdate = new Stack<>(); in updateIconsPerUser() local
199 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() argument
264 mAppsToUpdate = appsToUpdate; in SerializedIconUpdateTask()