Searched refs:newStones (Results 1 – 1 of 1) sorted by relevance
154 HashSet<String> newStones = new HashSet<String>(); in checkNativeCrashes() local156 newStones.add(x); in checkNativeCrashes()159 boolean result = (mTombstones == null) || !mTombstones.containsAll(newStones); in checkNativeCrashes()162 mTombstones = newStones; in checkNativeCrashes()