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
327 mPhotoIdUpdate = db.compileStatement( in AbstractContactAggregator()
1674 mPhotoIdUpdate.bindNull(1); in updatePhotoId()
1676 mPhotoIdUpdate.bindLong(1, bestPhotoId); in updatePhotoId()
1680 mPhotoIdUpdate.bindNull(2); in updatePhotoId()
1682 mPhotoIdUpdate.bindLong(2, bestPhotoFileId); in updatePhotoId()
1685 mPhotoIdUpdate.bindLong(3, contactId); in updatePhotoId()
1686 mPhotoIdUpdate.execute(); in updatePhotoId()