Searched refs:getSnapshot (Results 1 – 6 of 6) sorted by relevance
101 assertTrue(mSystemAppsSnapshot.getSnapshot(TEST_USER_ID).isEmpty()); in testGetSnapshot()107 assertSetEquals(mSystemAppsSnapshot.getSnapshot(TEST_USER_ID), in testGetSnapshot()
228 when(mSnapshot.getSnapshot(TEST_USER_ID)).thenReturn(set); in setLastSnapshot()
109 newSystemApps.removeAll(mSnapshot.getSnapshot(userId)); in getSystemAppsToRemove()
84 public Set<String> getSnapshot(int userId) { in getSnapshot() method in SystemAppsSnapshot
170 Set<String> actual = mSystemAppsSnapshot.getSnapshot(userId); in assertSnapshotFileContent()
463 protected Map<String, Cursor> getSnapshot() { in getSnapshot() method in ContentCache