Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1903 Map<Long, Long> photoFileIdToStreamItemPhotoId = Maps.newHashMap(); in cleanupPhotoStore() local
1911 photoFileIdToStreamItemPhotoId.put(photoFileId, streamItemPhotoId); in cleanupPhotoStore()
1936 if (photoFileIdToStreamItemPhotoId.containsKey(missingPhotoId)) { in cleanupPhotoStore()
1939 long streamItemPhotoId = photoFileIdToStreamItemPhotoId.get(missingPhotoId); in cleanupPhotoStore()