Searched refs:bestPhotoId (Results 1 – 1 of 1) sorted by relevance
1388 long bestPhotoId = -1; in computeAggregateData() local1489 bestPhotoId = dataId; in computeAggregateData()1510 if (bestPhotoId != -1) { in computeAggregateData()1511 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()1616 long bestPhotoId = -1; in updatePhotoId() local1650 bestPhotoId = dataId; in updatePhotoId()1661 if (bestPhotoId == -1) { in updatePhotoId()1664 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()