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

  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 82 Set<ObjectId> unregAccumulator = new HashSet<ObjectId>();
90 regAccumulator, unregAccumulator);
92 assertEquals(0, unregAccumulator.size());
96 new HashSet<ObjectId>(), regAccumulator, unregAccumulator);
98 assertEquals(0, unregAccumulator.size());
108 regAccumulator, unregAccumulator);
113 assertEquals(0, unregAccumulator.size());
123 regAccumulator, unregAccumulator);
126 unregAccumulator);
128 unregAccumulator.clear()
    [all...]
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 405 * @param unregAccumulator unregistrations to perform.
409 Set<ObjectId> regAccumulator, Set<ObjectId> unregAccumulator) {
416 unregAccumulator.addAll(existingRegs);
417 unregAccumulator.removeAll(desiredRegs);

Completed in 621 milliseconds