Searched refs:photoEntry (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 1376 private boolean hasHigherPhotoPriority(PhotoEntry photoEntry, int priority, in hasHigherPhotoPriority() argument 1378 int photoComparison = photoEntry.compareTo(bestPhotoEntry); in hasHigherPhotoPriority() 1482 PhotoEntry photoEntry = getPhotoMetadata(db, photoFileId); in computeAggregateData() local 1486 photoEntry, priority, bestPhotoEntry, photoPriority)) { in computeAggregateData() 1487 bestPhotoEntry = photoEntry; in computeAggregateData() 1640 PhotoEntry photoEntry = getPhotoMetadata(db, photoFileId); in updatePhotoId() local 1647 photoEntry, priority, bestPhotoEntry, photoPriority)) { in updatePhotoId() 1648 bestPhotoEntry = photoEntry; in updatePhotoId()
|