Searched refs:copyTestFileTo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
D | MigrateSystemAppsSnapshotTaskTest.java | 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() 132 copyTestFileTo(USER_B_SNAPSHOT_FILE, legacyFolder, "11.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() 161 private void copyTestFileTo( in copyTestFileTo() method in MigrateSystemAppsSnapshotTaskTest
|