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