Searched refs:bestPhotoId (Results 1 – 1 of 1) sorted by relevance
1822 long bestPhotoId = -1; in computeAggregateData() local1915 bestPhotoId = dataId; in computeAggregateData()1932 if (bestPhotoId != -1) { in computeAggregateData()1933 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()2035 long bestPhotoId = -1; in updatePhotoId() local2069 bestPhotoId = dataId; in updatePhotoId()2080 if (bestPhotoId == -1) { in updatePhotoId()2083 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()