Searched refs:photoIdsToCleanup (Results 1 – 1 of 1) sorted by relevance
222 Set<Long> photoIdsToCleanup = mPhotoStore.cleanup(photoFileIdsInUse); in testCleanup() local225 assertEquals(1, photoIdsToCleanup.size()); in testCleanup()226 assertTrue(photoIdsToCleanup.contains(bogusPhotoFileId)); in testCleanup()