Home
last modified time | relevance | path

Searched defs:getSwitchValue (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java43 public abstract String getSwitchValue(String switchString); in getSwitchValue() method in CommandLine
52 public String getSwitchValue(String switchString, String defaultValue) { in getSwitchValue() method in CommandLine
275 public String getSwitchValue(String switchString) { in getSwitchValue() method in CommandLine.JavaCommandLine
345 public String getSwitchValue(String switchString) { in getSwitchValue() method in CommandLine.NativeCommandLine