Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1346 private interface IdentityLookupMatchQuery { interface in ContactAggregator
1377 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS, in updateMatchScoresBasedOnIdentityMatch()
1378 IdentityLookupMatchQuery.SELECTION, in updateMatchScoresBasedOnIdentityMatch()
1382 final long contactId = c.getLong(IdentityLookupMatchQuery.CONTACT_ID); in updateMatchScoresBasedOnIdentityMatch()