Searched refs:NameLookupMatchQuery (Results 1 – 2 of 2) sorted by relevance
731 private interface NameLookupMatchQuery { interface in ContactAggregator763 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnNameMatches()764 NameLookupMatchQuery.SELECTION, in updateMatchScoresBasedOnNameMatches()768 long contactId = c.getLong(NameLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnNameMatches()769 String name = c.getString(NameLookupMatchQuery.NAME); in updateMatchScoresBasedOnNameMatches()770 int nameTypeA = c.getInt(NameLookupMatchQuery.NAME_TYPE_A); in updateMatchScoresBasedOnNameMatches()771 int nameTypeB = c.getInt(NameLookupMatchQuery.NAME_TYPE_B); in updateMatchScoresBasedOnNameMatches()
583 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnNameMatches()584 NameLookupMatchQuery.SELECTION, in updateMatchScoresBasedOnNameMatches()588 long rId = c.getLong(NameLookupMatchQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnNameMatches()592 long contactId = c.getLong(NameLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnNameMatches()593 long accountId = c.getLong(NameLookupMatchQuery.ACCOUNT_ID); in updateMatchScoresBasedOnNameMatches()594 String name = c.getString(NameLookupMatchQuery.NAME); in updateMatchScoresBasedOnNameMatches()595 int nameTypeA = c.getInt(NameLookupMatchQuery.NAME_TYPE_A); in updateMatchScoresBasedOnNameMatches()596 int nameTypeB = c.getInt(NameLookupMatchQuery.NAME_TYPE_B); in updateMatchScoresBasedOnNameMatches()974 protected interface NameLookupMatchQuery { interface in ContactAggregator2