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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1381 private boolean hasHigherPhotoPriority(PhotoEntry photoEntry, int priority, argument
1383 int photoComparison = photoEntry.compareTo(bestPhotoEntry);
1487 PhotoEntry photoEntry = getPhotoMetadata(db, photoFileId);
1491 photoEntry, priority, bestPhotoEntry, photoPriority)) {
1492 bestPhotoEntry = photoEntry;
1645 PhotoEntry photoEntry = getPhotoMetadata(db, photoFileId);
1652 photoEntry, priority, bestPhotoEntry, photoPriority)) {
1653 bestPhotoEntry = photoEntry;

Completed in 23 milliseconds