Searched refs:mOptionName (Results 1 – 2 of 2) sorted by relevance
45 private String mOptionName; field in TestOption62 if (!arguments.containsKey(mOptionName)) { in apply()66 "Missing argument for required option: %s", mOptionName)); in apply()72 mValue = parseValueFromString(arguments.getString(mOptionName)); in apply()90 mOptionName = optionName;123 mOptionName));142 return String.format("%s \"%s\"", this.getClass().getSimpleName(), mOptionName);
37 protected String mOptionName = ITERATIONS_OPTION_NAME; field in IterateBase76 return mOptionName; in getOptionName()81 mOptionName = name; in setOptionName()