Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1882 Map<Long, Long> photoFileIdToDataId = Maps.newHashMap(); in cleanupPhotoStore() local
1888 photoFileIdToDataId.put(photoFileId, dataId); in cleanupPhotoStore()
1929 if (photoFileIdToDataId.containsKey(missingPhotoId)) { in cleanupPhotoStore()
1930 long dataId = photoFileIdToDataId.get(missingPhotoId); in cleanupPhotoStore()