Searched refs:mSwitches (Results 1 – 1 of 1) sorted by relevance
247 private HashMap<String, String> mSwitches = new HashMap<String, String>(); field in CommandLine.JavaCommandLine271 return mSwitches.containsKey(switchString); in hasSwitch()278 String value = mSwitches.get(switchString); in getSwitchValue()294 mSwitches.put(switchString, value == null ? "" : value); in appendSwitchWithValue()