Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java5004 interface AggregationExceptionQuery { interface in ContactsProvider2
5020 final Cursor c = db.query(AggregationExceptionQuery.TABLE, in queryAggregationRawContactIds()
5021 AggregationExceptionQuery.COLUMNS, AggregationExceptionQuery.SELECTION, in queryAggregationRawContactIds()
5025 final long rawContactId1 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID1); in queryAggregationRawContactIds()
5026 final long rawContactId2 = c.getLong(AggregationExceptionQuery.RAW_CONTACT_ID2); in queryAggregationRawContactIds()