Searched refs:bestPhotoId (Results 1 – 1 of 1) sorted by relevance
1393 long bestPhotoId = -1; in computeAggregateData() local1494 bestPhotoId = dataId; in computeAggregateData()1515 if (bestPhotoId != -1) { in computeAggregateData()1516 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()1621 long bestPhotoId = -1; in updatePhotoId() local1655 bestPhotoId = dataId; in updatePhotoId()1666 if (bestPhotoId == -1) { in updatePhotoId()1669 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()