Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5586 interface AggregationExceptionQuery { interface in ContactsProvider2
5602 final Cursor c = db.query(AggregationExceptionQuery.TABLE, in queryAggregationRawContactIds()
5603 AggregationExceptionQuery.COLUMNS, AggregationExceptionQuery.SELECTION, in queryAggregationRawContactIds()
5607 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds()
5608 final long rawContactId2 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID2); in queryAggregationRawContactIds()