Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DTopParserTest.java49 assertEquals(5, item.getIrq()); in testTopParser()
71 assertEquals(5, item.getIrq()); in testLastTop()
/tools/loganalysis/src/com/android/loganalysis/item/
DTopItem.java133 public int getIrq() { in getIrq() method in TopItem