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()
213 List<ApplicationInfo> userApps = null; in fetchAndMergeApps() local218 userApps = listSlice.getList(); in fetchAndMergeApps()224 if (userApps != null) { in fetchAndMergeApps()225 for (ApplicationInfo app : userApps) { in fetchAndMergeApps()
2370 ArrayMap<String, Integer> userApps, SparseBooleanArray outAppIds) { in buildAppIdArray() argument2377 if (userApps != null) { in buildAppIdArray()2378 for (int i = 0; i < userApps.size(); i++) { in buildAppIdArray()2379 outAppIds.put(userApps.valueAt(i), true); in buildAppIdArray()