Searched refs:BootEventItem (Results 1 – 3 of 3) sorted by relevance
20 import com.android.loganalysis.item.BootEventItem;171 public List<BootEventItem> parseBootEventInfo(BufferedReader input) throws IOException { in parseBootEventInfo()172 List<BootEventItem> eventItems = new ArrayList<BootEventItem>(); in parseBootEventInfo()178 BootEventItem eventItem = new BootEventItem(); in parseBootEventInfo()
19 import com.android.loganalysis.item.BootEventItem;286 List<BootEventItem> eventItems = in testNoBootEventInfo()300 List<BootEventItem> eventItems = in testValidBootEventInfo()323 List<BootEventItem> eventItems = in testInvalidBootEventInfo()
24 public class BootEventItem extends GenericItem { class35 public BootEventItem() { in BootEventItem() method in BootEventItem