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.java5053 Set<Long> aggregationRawContactIds = new HashSet<>(); in queryAggregationRawContactIds() local
5062 aggregationRawContactIds.add(rawContactId1); in queryAggregationRawContactIds()
5065 aggregationRawContactIds.add(rawContactId2); in queryAggregationRawContactIds()
5071 return aggregationRawContactIds; in queryAggregationRawContactIds()