Searched defs:bestPhotoEntry (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1838 PhotoEntry bestPhotoEntry, int bestPriority) {
1839 int photoComparison = photoEntry.compareTo(bestPhotoEntry);
1851 PhotoEntry bestPhotoEntry = null;
1947 photoEntry, priority, bestPhotoEntry, photoPriority)) {
1948 bestPhotoEntry = photoEntry;
2091 PhotoEntry bestPhotoEntry = null;
2103 photoEntry, priority, bestPhotoEntry, photoPriority)) {
2104 bestPhotoEntry = photoEntry;
1837 hasHigherPhotoPriority(PhotoEntry photoEntry, int priority, PhotoEntry bestPhotoEntry, int bestPriority) argument

Completed in 15 milliseconds