Searched refs:getAnrTimes (Results 1 – 2 of 2) sorted by relevance
54 assertEquals(1, monkeyLog.getAnrTimes().size()); in testExceptions()58 monkeyLog.getAnrTimes().toArray()[0]); in testExceptions()
300 public Set<Date> getAnrTimes() { in getAnrTimes() method in SmartMonkeyLogItem350 put(object, ANR_TIMES, new JSONArray(getAnrTimes())); in toJson()