Searched refs:mAppsToAdd (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DIconCache.java739 private final Stack<LauncherActivityInfoCompat> mAppsToAdd; field in class:IconCache.SerializedIconUpdateTask
748 mAppsToAdd = appsToAdd;
771 } else if (!mAppsToAdd.isEmpty()) {
772 LauncherActivityInfoCompat app = mAppsToAdd.pop();
780 if (!mAppsToAdd.isEmpty()) {

Completed in 50 milliseconds