Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5026 Set<Long> aggregationRawContactIds = new HashSet<>(); in queryAggregationRawContactIds() local
5035 aggregationRawContactIds.add(rawContactId1); in queryAggregationRawContactIds()
5038 aggregationRawContactIds.add(rawContactId2); in queryAggregationRawContactIds()
5044 return aggregationRawContactIds; in queryAggregationRawContactIds()