Searched refs:mPhotoIdUpdate (Results 1 – 1 of 1) sorted by relevance
159 protected SQLiteStatement mPhotoIdUpdate; field in AbstractContactAggregator323 mPhotoIdUpdate = db.compileStatement( in AbstractContactAggregator()1665 mPhotoIdUpdate.bindNull(1); in updatePhotoId()1667 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()1671 mPhotoIdUpdate.bindNull(2); in updatePhotoId()1673 mPhotoIdUpdate.bindLong(2, bestPhotoFileId); in updatePhotoId()1676 mPhotoIdUpdate.bindLong(3, contactId); in updatePhotoId()1677 mPhotoIdUpdate.execute(); in updatePhotoId()