Searched refs:getSnapshot (Results 1 - 5 of 5) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
H A DSystemAppsSnapshotTest.java98 // THEN getSnapshot should return an empty set
99 assertTrue(mSystemAppsSnapshot.getSnapshot(TEST_USER_ID).isEmpty());
105 assertSetEquals(mSystemAppsSnapshot.getSnapshot(TEST_USER_ID),
H A DNonRequiredAppsLogicTest.java183 when(mSnapshot.getSnapshot(TEST_USER_ID)).thenReturn(set);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/nonrequiredapps/
H A DNonRequiredAppsLogic.java106 newSystemApps.removeAll(mSnapshot.getSnapshot(userId));
H A DSystemAppsSnapshot.java85 public Set<String> getSnapshot(int userId) { method in class:SystemAppsSnapshot
/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java463 protected Map<String, Cursor> getSnapshot() { method in class:ContentCache

Completed in 96 milliseconds