Searched refs:installedApplications (Results 1 – 1 of 1) sorted by relevance
115 private final Map<Integer, List<ApplicationInfo>> installedApplications = new HashMap<>(); field in CrossProfileAppsServiceImplRoboTest134 .thenAnswer(invocation -> installedApplications.get(invocation.getArgument(1))); in initializeInstalledApplicationsMock()161 installedApplications.putIfAbsent(userId, new ArrayList<>()); in mockCrossProfileAppInstalledOnProfile()162 installedApplications.get(userId).add(packageInfo.applicationInfo); in mockCrossProfileAppInstalledOnProfile()