Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4618 Long rcId1 = values.getAsLong(AggregationExceptions.RAW_CONTACT_ID1); in updateAggregationException() local
4620 if (exceptionType == null || rcId1 == null || rcId2 == null) { in updateAggregationException()
4626 if (rcId1 < rcId2) { in updateAggregationException()
4627 rawContactId1 = rcId1; in updateAggregationException()
4630 rawContactId2 = rcId1; in updateAggregationException()