Searched refs:currentInstalledApps (Results 1 – 2 of 2) sorted by relevance
217 Set<String> currentInstalledApps = getCurrentInstalledApps(context); in reconcileUninstalledApps() local218 Set<String> unhandledUninstalledApps = getUnhandledUninstalledApps(currentInstalledApps); in reconcileUninstalledApps()264 Set<String> currentInstalledApps = getCurrentInstalledApps(context); in reconcileInstalledApps() local265 Set<String> unhandledInstalledApps = getUnhandledInstalledApps(currentInstalledApps); in reconcileInstalledApps()602 Set<String> getUnhandledUninstalledApps(@NonNull Set<String> currentInstalledApps) { in getUnhandledUninstalledApps() argument616 appsWithUsage.removeAll(currentInstalledApps); in getUnhandledUninstalledApps()628 Set<String> getUnhandledInstalledApps(@NonNull Set<String> currentInstalledApps) { in getUnhandledInstalledApps() argument630 Set<String> installedApps = new HashSet<>(currentInstalledApps); in getUnhandledInstalledApps()
372 Set<String> currentInstalledApps = Set.of("app1", "app2", "app5"); in testGetUnhandledUninstalledApps() local395 assertThat(mAppUpdateManager.getUnhandledUninstalledApps(currentInstalledApps)) in testGetUnhandledUninstalledApps()402 Set<String> currentInstalledApps = Set.of("app1", "app2", "app3", "app4"); in testGetUnhandledInstalledApps() local425 assertThat(mAppUpdateManager.getUnhandledInstalledApps(currentInstalledApps)) in testGetUnhandledInstalledApps()