Home
last modified time | relevance | path

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

/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java237 private HashSet<String> mTombstones = null; field in Monkey
1206 mTombstones = null; in checkNativeCrashes()
1216 boolean result = (mTombstones == null) || !mTombstones.containsAll(newStones); in checkNativeCrashes()
1219 mTombstones = newStones; in checkNativeCrashes()