Searched refs:findConnectedComponents (Results 1 – 4 of 4) sorted by relevance
95 public static Set<Set<Long>> findConnectedComponents(Set<Long> rawContactIdSet, Multimap<Long, in findConnectedComponents() method in ContactAggregatorHelper
134 Set<Set<Long>> actual = ContactAggregatorHelper.findConnectedComponents(rawContactIdSet, in testFindConnectedRawContacts()
436 ContactAggregatorHelper.findConnectedComponents(component, joinPairs)); in breakComponentsByExceptions()
834 return ContactAggregatorHelper.findConnectedComponents(rawContactIdSet, matchingRawIdPairs); in findConnectedRawContacts()