Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java55 public static class CommandLineItem extends GenericMapItem<String> { class in BugreportItem
83 public CommandLineItem getCommandLine() { in getCommandLine()
84 return (CommandLineItem) getAttribute(COMMAND_LINE); in getCommandLine()
90 public void setCommandLine(CommandLineItem commandLine) { in setCommandLine()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java21 import com.android.loganalysis.item.BugreportItem.CommandLineItem;
121 private CommandLineItem mCommandLine = new CommandLineItem();