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.java1958 Set<Long> missingPhotoIds = mPhotoStore.get().cleanup(usedPhotoFileIds); in cleanupPhotoStore() local
1962 if (!missingPhotoIds.isEmpty()) { in cleanupPhotoStore()
1967 for (long missingPhotoId : missingPhotoIds) { in cleanupPhotoStore()