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