Searched refs:NameLookupMatchQuery (Results 1 – 1 of 1) sorted by relevance
1391 private interface NameLookupMatchQuery { interface in ContactAggregator1423 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnNameMatches()1424 NameLookupMatchQuery.SELECTION, in updateMatchScoresBasedOnNameMatches()1428 long contactId = c.getLong(NameLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnNameMatches()1429 String name = c.getString(NameLookupMatchQuery.NAME); in updateMatchScoresBasedOnNameMatches()1430 int nameTypeA = c.getInt(NameLookupMatchQuery.NAME_TYPE_A); in updateMatchScoresBasedOnNameMatches()1431 int nameTypeB = c.getInt(NameLookupMatchQuery.NAME_TYPE_B); in updateMatchScoresBasedOnNameMatches()