Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1400 long bestPhotoId = -1; in computeAggregateData() local
1501 bestPhotoId = dataId; in computeAggregateData()
1522 if (bestPhotoId != -1) { in computeAggregateData()
1523 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()
1628 long bestPhotoId = -1; in updatePhotoId() local
1662 bestPhotoId = dataId; in updatePhotoId()
1673 if (bestPhotoId == -1) { in updatePhotoId()
1676 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()