Searched refs:buildUpdateLastUpdateSql (Results 1 – 1 of 1) sorted by relevance
78 db.execSQL(buildUpdateLastUpdateSql(rawContactIds)); in updateContactLastUpdateByRawContactId()87 private static String buildUpdateLastUpdateSql(Set<Long> rawContactIds) { in buildUpdateLastUpdateSql() method in ContactsTableUtil