Searched refs:missingPhotoIds (Results 1 – 1 of 1) sorted by relevance
2109 Set<Long> missingPhotoIds = mPhotoStore.get().cleanup(usedPhotoFileIds); in cleanupPhotoStore() local2113 if (!missingPhotoIds.isEmpty()) { in cleanupPhotoStore()2118 for (long missingPhotoId : missingPhotoIds) { in cleanupPhotoStore()