Searched defs:RAW_CONTACT_ID1 (Results 1 - 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ | ||
H A D | ContactAggregator.java | 577 AggregationExceptions.RAW_CONTACT_ID1, 581 int RAW_CONTACT_ID1 = 0; field in interface:ContactAggregator.AggregateExceptionPrefetchQuery 607 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); 628 AggregationExceptions.RAW_CONTACT_ID1, 636 int RAW_CONTACT_ID1 = 1; field in interface:ContactAggregator.AggregateExceptionQuery 661 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId 668 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1); |
Completed in 7 milliseconds