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

  /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...]

Completed in 53 milliseconds