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.java538 int CONTACT_ID1 = 2; field
578 && !c.isNull(AggregateExceptionQuery.CONTACT_ID1)) { in pickBestMatchBasedOnExceptions()
579 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in pickBestMatchBasedOnExceptions()
DContactAggregator2.java533 contactId = c.getLong(AggregateExceptionQuery.CONTACT_ID1); in updateMatchScoresBasedOnExceptions()
DAbstractContactAggregator.java1041 int CONTACT_ID1 = 2; field