Home
last modified time | relevance | path

Searched refs:backupPrimaryComponentNames (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DManagedServicesTest.java227 ArrayMap<Integer, String> backupPrimaryComponentNames = new ArrayMap<>(); in testBackupAndRestore_migration_preO() local
228 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()