Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DMonkeyLogParserTest.java85 assertEquals(100, monkeyLog.getThrottle()); in testParse_success()
191 assertEquals(100, monkeyLog.getThrottle()); in testParse_anr()
264 assertEquals(100, monkeyLog.getThrottle()); in testParse_java_crash()
336 assertEquals(100, monkeyLog.getThrottle()); in testParse_java_crash_mixed()
427 assertEquals(100, monkeyLog.getThrottle()); in testParse_native_crash()
521 assertEquals(100, monkeyLog.getThrottle()); in testParse_native_crash_strip_extra()
587 assertEquals(100, monkeyLog.getThrottle()); in testParse_native_crash_empty()
633 assertEquals(100, monkeyLog.getThrottle()); in testParse_no_activities()
742 assertEquals(100, monkeyLog.getThrottle()); in testParse_malformed_anr()
DMonkeyLogParserFuncTest.java62 assertNotNull(monkeyLog.getThrottle()); in testParse()
80 monkeyLog.getTargetCount(), monkeyLog.getThrottle(), monkeyLog.getSeed(), in testParse()
DSmartMonkeyLogParserTest.java93 assertEquals(1500, monkeyLog.getThrottle()); in testHeader()
/tools/loganalysis/src/com/android/loganalysis/item/
DMonkeyLogItem.java159 public int getThrottle() { in getThrottle() method in MonkeyLogItem
DSmartMonkeyLogItem.java173 public int getThrottle() { in getThrottle() method in SmartMonkeyLogItem