Searched defs:RAW_CONTACT_ID1 (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java978 "(SELECT " + AggregationExceptions.RAW_CONTACT_ID1 +
1127 AggregationExceptions.RAW_CONTACT_ID1,
1131 int RAW_CONTACT_ID1 = 0; field in interface:ContactAggregator.AggregateExceptionPrefetchQuery
1157 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1);
1178 AggregationExceptions.RAW_CONTACT_ID1,
1186 int RAW_CONTACT_ID1 = 1; field in interface:ContactAggregator.AggregateExceptionQuery
1211 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId
1218 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);

Completed in 79 milliseconds