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.java977 "(SELECT " + AggregationExceptions.RAW_CONTACT_ID1 +
1126 AggregationExceptions.RAW_CONTACT_ID1,
1130 int RAW_CONTACT_ID1 = 0; field in interface:ContactAggregator.AggregateExceptionPrefetchQuery
1156 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1);
1177 AggregationExceptions.RAW_CONTACT_ID1,
1185 int RAW_CONTACT_ID1 = 1; field in interface:ContactAggregator.AggregateExceptionQuery
1210 AggregationExceptions.RAW_CONTACT_ID1 + "=" + rawContactId
1217 long rawContactId1 = c.getLong(AggregateExceptionQuery.RAW_CONTACT_ID1);

Completed in 54 milliseconds