Home
last modified time | relevance | path

Searched refs:newStones (Results 1 – 1 of 1) sorted by relevance

/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java154 HashSet<String> newStones = new HashSet<String>(); in checkNativeCrashes() local
156 newStones.add(x); in checkNativeCrashes()
159 boolean result = (mTombstones == null) || !mTombstones.containsAll(newStones); in checkNativeCrashes()
162 mTombstones = newStones; in checkNativeCrashes()