Searched refs:TopItem (Results 1 – 6 of 6) sorted by relevance
32 TopItem item = new TopItem(); in testToJson()38 assertTrue(output.has(TopItem.TEXT)); in testToJson()39 assertEquals("User 20%, System 20%, IOW 5%, IRQ 3%", output.get(TopItem.TEXT)); in testToJson()
18 import com.android.loganalysis.item.TopItem;46 public TopItem parse(List<String> lines) { in parse()52 TopItem item = new TopItem(); in parse()
31 import com.android.loganalysis.item.TopItem;204 mBugreport.setTop((TopItem) getSection(mTopParser)); in commit()
18 import com.android.loganalysis.item.TopItem;42 TopItem item = new TopParser().parse(inputBlock); in testTopParser()64 TopItem item = new TopParser().parse(inputBlock); in testLastTop()80 TopItem item = new TopParser().parse(Arrays.asList("")); in testEmptyInput()
125 public TopItem getTop() { in getTop()126 return (TopItem) getAttribute(TOP); in getTop()132 public void setTop(TopItem top) { in setTop()
25 public class TopItem extends GenericItem { class52 public TopItem() { in TopItem() method in TopItem