Searched refs:allApps (Results 1 – 3 of 3) sorted by relevance
134 final ArrayList<AppEntry> allApps = mSession.getAllApps(); in onExtraInfoUpdated() local135 final int N = allApps.size(); in onExtraInfoUpdated()137 final AppEntry entry = allApps.get(i); in onExtraInfoUpdated()
265 ArrayMap<String, Boolean> allApps = new ArrayMap<>(); in getAppsWithPermissionsCount() local279 allApps.put(key, true); in getAppsWithPermissionsCount()283 counts[1] = allApps.size(); in getAppsWithPermissionsCount()
372 List<AppInfo> allApps = new ArrayList<>(mApps.size()); in onAppsUpdated() local374 allApps.addAll(entry.getValue()); in onAppsUpdated()378 mApps.addAll(allApps); in onAppsUpdated()