Searched refs:mContactIdUpdate (Results 1 – 1 of 1) sorted by relevance
166 protected SQLiteStatement mContactIdUpdate; field in AbstractContactAggregator366 mContactIdUpdate = db.compileStatement( in AbstractContactAggregator()897 mContactIdUpdate.bindLong(1, contactId); in setContactId()898 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()899 mContactIdUpdate.execute(); in setContactId()