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