Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java36 public abstract boolean hasSwitch(String switchString); in hasSwitch()
43 public abstract String getSwitchValue(String switchString); in getSwitchValue()
52 public String getSwitchValue(String switchString, String defaultValue) { in getSwitchValue()
63 public abstract void appendSwitch(String switchString); in appendSwitch()
72 public abstract void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue()
270 public boolean hasSwitch(String switchString) { in hasSwitch()
275 public String getSwitchValue(String switchString) { in getSwitchValue()
283 public void appendSwitch(String switchString) { in appendSwitch()
293 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue()
340 public boolean hasSwitch(String switchString) { in hasSwitch()
[all …]