Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationListItemManager.java67 private ArrayList<ApplicationsState.AppEntry> mLoadedApps = new ArrayList<>(); field in ApplicationListItemManager
193 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()