Searched refs:ContactReplaceSqlStatement (Results 1 – 2 of 2) sorted by relevance
379 mContactUpdate = db.compileStatement(ContactReplaceSqlStatement.UPDATE_SQL); in AbstractContactAggregator()380 mContactInsert = db.compileStatement(ContactReplaceSqlStatement.INSERT_SQL); in AbstractContactAggregator()705 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in updateAggregateData()1318 protected interface ContactReplaceSqlStatement { interface in AbstractContactAggregator1512 statement.bindLong(ContactReplaceSqlStatement.NAME_RAW_CONTACT_ID, in computeAggregateData()1516 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()1518 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID); in computeAggregateData()1522 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId); in computeAggregateData()1524 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID); in computeAggregateData()1527 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL, in computeAggregateData()[all …]
230 mContactUpdate.bindLong(ContactReplaceSqlStatement.CONTACT_ID, contactId); in aggregateContact()