Home
last modified time | relevance | path

Searched refs:installedApplications (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/robotests/src/com/android/server/pm/
H A DCrossProfileAppsServiceImplRoboTest.java115 private final Map<Integer, List<ApplicationInfo>> installedApplications = new HashMap<>(); field in CrossProfileAppsServiceImplRoboTest
134 .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()