Searched refs:userApps (Results 1 – 3 of 3) sorted by relevance
166 List<ApplicationInfo> userApps = mUserApps.get(userId); in addApplication() local167 if (userApps == null) { in addApplication()168 userApps = new ArrayList<>(); in addApplication()169 mUserApps.put(userId, userApps); in addApplication()171 userApps.add(info); in addApplication()
215 List<ApplicationInfo> userApps = null; in fetchAndMergeApps() local220 userApps = listSlice.getList(); in fetchAndMergeApps()226 if (userApps != null) { in fetchAndMergeApps()227 for (ApplicationInfo app : userApps) { in fetchAndMergeApps()
3625 ArrayMap<String, Integer> userApps, SparseBooleanArray outAppIds) { in buildAppIdArray() argument3632 if (userApps != null) { in buildAppIdArray()3633 for (int i = 0; i < userApps.size(); i++) { in buildAppIdArray()3634 outAppIds.put(userApps.valueAt(i), true); in buildAppIdArray()