Searched refs:backupPrimaryComponentNames (Results 1 – 1 of 1) sorted by relevance
227 ArrayMap<Integer, String> backupPrimaryComponentNames = new ArrayMap<>(); in testBackupAndRestore_migration_preO() local228 backupPrimaryComponentNames.put(0, "backup.first/whatever:a/b"); in testBackupAndRestore_migration_preO()229 backupPrimaryComponentNames.put(10, "again/M1"); in testBackupAndRestore_migration_preO()230 backupPrimaryComponentNames.put(11, "orange/youglad:itisnot/banana"); in testBackupAndRestore_migration_preO()231 backupPrimaryComponentNames.put(12, ""); in testBackupAndRestore_migration_preO()234 backupPrimary.put(APPROVAL_BY_COMPONENT, backupPrimaryComponentNames); in testBackupAndRestore_migration_preO()