Searched refs:mContactIdUpdate (Results 1 – 1 of 1) sorted by relevance
168 protected SQLiteStatement mContactIdUpdate; field in AbstractContactAggregator370 mContactIdUpdate = db.compileStatement( in AbstractContactAggregator()901 mContactIdUpdate.bindLong(1, contactId); in setContactId()902 mContactIdUpdate.bindLong(2, rawContactId); in setContactId()903 mContactIdUpdate.execute(); in setContactId()