Searched defs:currentInstalledApps (Results 1 – 2 of 2) sorted by relevance
217 Set<String> currentInstalledApps = getCurrentInstalledApps(context); in reconcileUninstalledApps() local264 Set<String> currentInstalledApps = getCurrentInstalledApps(context); in reconcileInstalledApps() local602 Set<String> getUnhandledUninstalledApps(@NonNull Set<String> currentInstalledApps) { in getUnhandledUninstalledApps()628 Set<String> getUnhandledInstalledApps(@NonNull Set<String> currentInstalledApps) { in getUnhandledInstalledApps()
372 Set<String> currentInstalledApps = Set.of("app1", "app2", "app5"); in testGetUnhandledUninstalledApps() local402 Set<String> currentInstalledApps = Set.of("app1", "app2", "app3", "app4"); in testGetUnhandledInstalledApps() local