Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java247 private HashMap<String, String> mSwitches = new HashMap<String, String>(); field in CommandLine.JavaCommandLine
271 return mSwitches.containsKey(switchString); in hasSwitch()
278 String value = mSwitches.get(switchString); in getSwitchValue()
294 mSwitches.put(switchString, value == null ? "" : value); in appendSwitchWithValue()