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.java540 int CONTACT_ID2 = 4; field
573 && !c.isNull(AggregateExceptionQuery.CONTACT_ID2)) { in pickBestMatchBasedOnExceptions()
574 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in pickBestMatchBasedOnExceptions()
DContactAggregator2.java527 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID2); in updateMatchScoresBasedOnExceptions()
DAbstractContactAggregator.java1045 int CONTACT_ID2 = 6; field