Home
last modified time | relevance | path

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

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DBugreportParserTest.java171 assertNotNull(bugreport.getTop()); in testParse()
172 assertEquals(994, bugreport.getTop().getTotal()); in testParse()
583 assertNull(bugreport.getTop()); in testNoSections()
620 assertNull(bugreport.getTop()); in testNoSections()
/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java125 public TopItem getTop() { in getTop() method in BugreportItem