Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DMigrateSystemAppsSnapshotTaskTest.java58 private static final int USER_A_SNAPSHOT_FILE = R.raw.snapshot; field in MigrateSystemAppsSnapshotTaskTest
121 copyTestFileTo(USER_A_SNAPSHOT_FILE, SystemAppsSnapshot.getFolder(mContext), "20.xml"); in testRun_alreadyMigrated()
131 copyTestFileTo(USER_A_SNAPSHOT_FILE, legacyFolder, "10.xml"); in testRun_migrate_userExists()
144 copyTestFileTo(USER_A_SNAPSHOT_FILE, legacyFolder, "99.xml"); in testRun_migrate_userDoesNotExists()
154 copyTestFileTo(USER_A_SNAPSHOT_FILE, legacyFolder, "random.xml"); in testRun_migrate_invalidFileName()