Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DMonkeyLogItem.java36 POINTERS, enumConstant
80 DroppedCategory.POINTERS.toString(),
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DMonkeyLogParserTest.java97 assertEquals(6, monkeyLog.getDroppedCount(DroppedCategory.POINTERS).intValue()); in testParse_success()
645 assertNull(monkeyLog.getDroppedCount(DroppedCategory.POINTERS)); in testParse_no_activities()
/tools/loganalysis/src/com/android/loganalysis/parser/
DMonkeyLogParser.java251 mMonkeyLog.setDroppedCount(DroppedCategory.POINTERS, Integer.parseInt(m.group(1))); in parseLine()