Searched refs:mLoadedApps (Results 1 – 1 of 1) sorted by relevance
67 private ArrayList<ApplicationsState.AppEntry> mLoadedApps = new ArrayList<>(); field in ApplicationListItemManager193 mLoadedApps = new ArrayList<>(); in onRebuildComplete()197 mLoadedApps.add(app); in onRebuildComplete()202 appListItemListener.onDataLoaded(mLoadedApps); in onRebuildComplete()227 if (mLoadedApps.size() < mAppsToLoad.size()) { in warnIfNotAllLoadedInTime()229 + mLoadedApps.size()); in warnIfNotAllLoadedInTime()233 for (ApplicationsState.AppEntry loadedApp : mLoadedApps) { in warnIfNotAllLoadedInTime()