Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationListItemManager.java232 Set<ApplicationsState.AppEntry> appsToLoadCopy = new HashSet(mAppsToLoad); in warnIfNotAllLoadedInTime() local
234 appsToLoadCopy.remove(loadedApp); in warnIfNotAllLoadedInTime()
237 for (ApplicationsState.AppEntry appEntry : appsToLoadCopy) { in warnIfNotAllLoadedInTime()