Home
last modified time | relevance | path

Searched refs:mPhotoIdUpdate (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java161 protected SQLiteStatement mPhotoIdUpdate; field in AbstractContactAggregator
326 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()