Searched refs:AggregationExceptionQuery (Results 1 – 1 of 1) sorted by relevance
5011 interface AggregationExceptionQuery { interface in ContactsProvider25027 final Cursor c = db.query(AggregationExceptionQuery.TABLE, in queryAggregationRawContactIds()5028 AggregationExceptionQuery.COLUMNS, AggregationExceptionQuery.SELECTION, in queryAggregationRawContactIds()5032 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds()5033 final long rawContactId2 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID2); in queryAggregationRawContactIds()