Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2104 PhotoEntry bestPhotoEntry, int bestPriority) { in hasHigherPhotoPriority() argument
2105 int photoComparison = photoEntry.compareTo(bestPhotoEntry); in hasHigherPhotoPriority()
2117 PhotoEntry bestPhotoEntry = null; in computeAggregateData() local
2213 photoEntry, priority, bestPhotoEntry, photoPriority)) { in computeAggregateData()
2214 bestPhotoEntry = photoEntry; in computeAggregateData()
2361 PhotoEntry bestPhotoEntry = null; in updatePhotoId() local
2373 photoEntry, priority, bestPhotoEntry, photoPriority)) { in updatePhotoId()
2374 bestPhotoEntry = photoEntry; in updatePhotoId()