Searched refs:IdentityLookupMatchQuery (Results 1 – 2 of 2) sorted by relevance
559 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnIdentityMatch()560 IdentityLookupMatchQuery.SELECTION, in updateMatchScoresBasedOnIdentityMatch()564 final long rId = c.getLong(IdentityLookupMatchQuery.RAW_CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch()568 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch()569 final long accountId = c.getLong(IdentityLookupMatchQuery.ACCOUNT_ID); in updateMatchScoresBasedOnIdentityMatch()948 protected interface IdentityLookupMatchQuery { interface in ContactAggregator2
686 private interface IdentityLookupMatchQuery { interface in ContactAggregator717 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnIdentityMatch()718 IdentityLookupMatchQuery.SELECTION, in updateMatchScoresBasedOnIdentityMatch()722 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch()