Searched refs:EmailLookupQuery (Results 1 – 3 of 3) sorted by relevance
613 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS, in updateMatchScoresBasedOnEmailMatches()614 EmailLookupQuery.SELECTION, in updateMatchScoresBasedOnEmailMatches()618 long rId = c.getLong(EmailLookupQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()622 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()623 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID); in updateMatchScoresBasedOnEmailMatches()989 protected interface EmailLookupQuery { interface in ContactAggregator2
788 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS, in updateMatchScoresBasedOnEmailMatches()789 EmailLookupQuery.SELECTION, in updateMatchScoresBasedOnEmailMatches()793 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()
1153 protected interface EmailLookupQuery { interface in AbstractContactAggregator