Searched refs:mPhotoIdUpdate (Results 1 – 1 of 1) sorted by relevance
161 protected SQLiteStatement mPhotoIdUpdate; field in AbstractContactAggregator326 mPhotoIdUpdate = db.compileStatement( in AbstractContactAggregator()1667 mPhotoIdUpdate.bindNull(1); in updatePhotoId()1669 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()1673 mPhotoIdUpdate.bindNull(2); in updatePhotoId()1675 mPhotoIdUpdate.bindLong(2, bestPhotoFileId); in updatePhotoId()1678 mPhotoIdUpdate.bindLong(3, contactId); in updatePhotoId()1679 mPhotoIdUpdate.execute(); in updatePhotoId()