Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java540 int CONTACT_ID1 = 2; field
580 && !c.isNull(AggregateExceptionQuery.CONTACT_ID1)) { in pickBestMatchBasedOnExceptions()
581 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in pickBestMatchBasedOnExceptions()
DContactAggregator2.java535 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
DAbstractContactAggregator.java1044 int CONTACT_ID1 = 2; field