Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2109 Set<Long> missingPhotoIds = mPhotoStore.get().cleanup(usedPhotoFileIds); in cleanupPhotoStore() local
2113 if (!missingPhotoIds.isEmpty()) { in cleanupPhotoStore()
2118 for (long missingPhotoId : missingPhotoIds) { in cleanupPhotoStore()