Searched refs:bestPhotoId (Results 1 – 1 of 1) sorted by relevance
1391 long bestPhotoId = -1; in computeAggregateData() local1492 bestPhotoId = dataId; in computeAggregateData()1513 if (bestPhotoId != -1) { in computeAggregateData()1514 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()1619 long bestPhotoId = -1; in updatePhotoId() local1653 bestPhotoId = dataId; in updatePhotoId()1664 if (bestPhotoId == -1) { in updatePhotoId()1667 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()