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/
DAbstractContactAggregator.java1389 PhotoEntry bestPhotoEntry, int bestPriority) { in hasHigherPhotoPriority() argument
1390 int photoComparison = photoEntry.compareTo(bestPhotoEntry); in hasHigherPhotoPriority()
1402 PhotoEntry bestPhotoEntry = null; in computeAggregateData() local
1498 photoEntry, priority, bestPhotoEntry, photoPriority)) { in computeAggregateData()
1499 bestPhotoEntry = photoEntry; in computeAggregateData()
1647 PhotoEntry bestPhotoEntry = null; in updatePhotoId() local
1659 photoEntry, priority, bestPhotoEntry, photoPriority)) { in updatePhotoId()
1660 bestPhotoEntry = photoEntry; in updatePhotoId()