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.java938 interface AggregateExceptionPrefetchQuery { interface in AbstractContactAggregator
966 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE, in prefetchAggregationExceptionIds()
967 AggregateExceptionPrefetchQuery.COLUMNS, in prefetchAggregationExceptionIds()
972 long rawContactId1 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID1); in prefetchAggregationExceptionIds()
973 long rawContactId2 = c.getLong(AggregateExceptionPrefetchQuery.RAW_CONTACT_ID2); in prefetchAggregationExceptionIds()