HomeSort by relevance Sort by last modified time
    Searched refs:rawContactIdSet (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelper.java 90 * Given a set of raw contact ids {@code rawContactIdSet} and the connection among them
94 public static Set<Set<Long>> findConnectedComponents(Set<Long> rawContactIdSet, Multimap<Long,
98 for (Long id : rawContactIdSet) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
ContactAggregatorHelperTest.java 109 Set<Long> rawContactIdSet = new HashSet<>();
110 rawContactIdSet.addAll(Arrays.asList(1l, 2l, 3l, 4l, 5l, 6l, 7l, 8l, 9l));
131 Set<Set<Long>> actual = ContactAggregatorHelper.findConnectedComponents(rawContactIdSet,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 348 final Set<Long> rawContactIdSet = new HashSet<Long>();
349 rawContactIdSet.add(rawContactId);
351 isDataMaching(db, rawContactIdSet, rawContactIdsInSameAccount)) {
    [all...]
AbstractContactAggregator.java     [all...]

Completed in 108 milliseconds