Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java942 interface AggregateExceptionPrefetchQuery { interface in AbstractContactAggregator
970 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE, in prefetchAggregationExceptionIds()
971 AggregateExceptionPrefetchQuery.COLUMNS, in prefetchAggregationExceptionIds()
976 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds()
977 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2); in prefetchAggregationExceptionIds()