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/
DContactAggregator.java1100 interface AggregateExceptionPrefetchQuery { interface in ContactAggregator
1128 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE, in prefetchAggregationExceptionIds()
1129 AggregateExceptionPrefetchQuery.COLUMNS, in prefetchAggregationExceptionIds()
1134 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds()
1135 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2); in prefetchAggregationExceptionIds()