Searched refs:foundApps (Results 1 – 1 of 1) sorted by relevance
975 HashSet<String> foundApps = new HashSet<>(numPackages); in readFullBackupSchedule() local980 foundApps.add(pkgName); // all apps that we've addressed already in readFullBackupSchedule()1007 if (!foundApps.contains(app.packageName)) { in readFullBackupSchedule()