Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java542 int CONTACT_ID2 = 4; field
575 && !c.isNull(AggregateExceptionQuery.CONTACT_ID2)) { in pickBestMatchBasedOnExceptions()
576 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in pickBestMatchBasedOnExceptions()
DContactAggregator2.java529 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
DAbstractContactAggregator.java1049 int CONTACT_ID2 = 6; field