Searched refs:getCrashTimes (Results 1 – 2 of 2) sorted by relevance
53 assertEquals(1, monkeyLog.getCrashTimes().size()); in testExceptions()56 monkeyLog.getCrashTimes().toArray()[0]); in testExceptions()
314 public Set<Date> getCrashTimes() { in getCrashTimes() method in SmartMonkeyLogItem351 put(object, CRASH_TIMES, new JSONArray(getCrashTimes())); in toJson()