Searched refs:mTombstones (Results 1 – 1 of 1) sorted by relevance
237 private HashSet<String> mTombstones = null; field in Monkey1206 mTombstones = null; in checkNativeCrashes()1216 boolean result = (mTombstones == null) || !mTombstones.containsAll(newStones); in checkNativeCrashes()1219 mTombstones = newStones; in checkNativeCrashes()