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/
DContactAggregator.java2115 long bestPhotoId = -1; in computeAggregateData() local
2216 bestPhotoId = dataId; in computeAggregateData()
2237 if (bestPhotoId != -1) { in computeAggregateData()
2238 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()
2342 long bestPhotoId = -1; in updatePhotoId() local
2376 bestPhotoId = dataId; in updatePhotoId()
2387 if (bestPhotoId == -1) { in updatePhotoId()
2390 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()