Searched refs:backupPrimaryComponentNames (Results 1 – 1 of 1) sorted by relevance
205 ArrayMap<Integer, String> backupPrimaryComponentNames = new ArrayMap<>(); in testBackupAndRestore_migration_preO() local206 backupPrimaryComponentNames.put(0, "backup.first/whatever:a/b"); in testBackupAndRestore_migration_preO()207 backupPrimaryComponentNames.put(10, "again/M1"); in testBackupAndRestore_migration_preO()208 backupPrimaryComponentNames.put(11, "orange/youglad:itisnot/banana"); in testBackupAndRestore_migration_preO()209 backupPrimaryComponentNames.put(12, ""); in testBackupAndRestore_migration_preO()212 backupPrimary.put(APPROVAL_BY_COMPONENT, backupPrimaryComponentNames); in testBackupAndRestore_migration_preO()