Home
last modified time | relevance | path

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

/tools/loganalysis/javatests/com/android/loganalysis/parser/
DTopParserTest.java46 assertEquals(200, item.getSystem()); in testTopParser()
68 assertEquals(200, item.getSystem()); in testLastTop()
/tools/loganalysis/src/com/android/loganalysis/item/
DTopItem.java91 public int getSystem() { in getSystem() method in TopItem