Searched refs:mUpdateMap (Results 1 – 2 of 2) sorted by relevance
58 ArrayList<ApplicationsState.AppEntry>> mUpdateMap = new ArrayMap<>(3); field in StorageUninstallAppsFragment61 for (final PreferenceGroup group : mUpdateMap.keySet()) {62 final ArrayList<ApplicationsState.AppEntry> entries = mUpdateMap.get(group);65 mUpdateMap.clear();97 mUpdateMap.put(mAllAppsPreferenceGroup, entries); in onUpdateAppList()
78 ArrayList<ApplicationsState.AppEntry>> mUpdateMap = new ArrayMap<>(3); field in AllAppsFragment83 for (final PreferenceGroup group : mUpdateMap.keySet()) {84 final ArrayList<ApplicationsState.AppEntry> entries = mUpdateMap.get(group);87 mUpdateMap.clear();224 mUpdateMap.put(group, filterAppsInstalledInParentProfile(entries)); in updateAppList()