Home
last modified time | relevance | path

Searched refs:IdentityLookupMatchQuery (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java559 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
H A DContactAggregator.java686 private interface IdentityLookupMatchQuery { interface in ContactAggregator
717 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()