Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DMigrateSystemAppsSnapshotTaskTest.java73 private static final Set<String> SNAPSHOT_B = new HashSet<>(); field in MigrateSystemAppsSnapshotTaskTest
75 SNAPSHOT_B.add("com.app.a");
76 SNAPSHOT_B.add("com.app.c");
138 assertSnapshotFileContent(11, SNAPSHOT_B); in testRun_migrate_userExists()