Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DIconCache.java293 Stack<LauncherActivityInfo> appsToUpdate = new Stack<>(); in updateDBIcons() local
759 Stack<LauncherActivityInfo> appsToUpdate) { in SerializedIconUpdateTask()