Searched refs:EmailLookupQuery (Results 1 – 3 of 3) sorted by relevance
611 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS, in updateMatchScoresBasedOnEmailMatches()612 EmailLookupQuery.SELECTION, in updateMatchScoresBasedOnEmailMatches()616 long rId = c.getLong(EmailLookupQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()620 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()621 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID); in updateMatchScoresBasedOnEmailMatches()1001 protected interface EmailLookupQuery { interface in ContactAggregator2
786 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS, in updateMatchScoresBasedOnEmailMatches()787 EmailLookupQuery.SELECTION, in updateMatchScoresBasedOnEmailMatches()791 long contactId = c.getLong(EmailLookupQuery.CONTACT_ID); in updateMatchScoresBasedOnEmailMatches()
1145 protected interface EmailLookupQuery { interface in AbstractContactAggregator