Searched refs:ContactReplaceSqlStatement (Results 1 – 2 of 2) sorted by relevance
376 mContactUpdate = db.compileStatement(ContactReplaceSqlStatement.UPDATE_SQL); in AbstractContactAggregator()377 mContactInsert = db.compileStatement(ContactReplaceSqlStatement.INSERT_SQL); in AbstractContactAggregator()702 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in updateAggregateData()1316 protected interface ContactReplaceSqlStatement { interface in AbstractContactAggregator1510 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID, in computeAggregateData()1514 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()1516 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID); in computeAggregateData()1520 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId); in computeAggregateData()1522 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()1525 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL, in computeAggregateData()[all …]
228 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in aggregateContact()