Home
last modified time | relevance | path

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

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