Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DMigrateSystemAppsSnapshotTaskTest.java137 assertSnapshotFileContent(10, SNAPSHOT_A); in testRun_migrate_userExists()
138 assertSnapshotFileContent(11, SNAPSHOT_B); in testRun_migrate_userExists()
169 private void assertSnapshotFileContent(int userId, Set<String> expected) { in assertSnapshotFileContent() method in MigrateSystemAppsSnapshotTaskTest