Searched refs:mDefaultValue (Results 1 – 3 of 3) sorted by relevance
46 private T mDefaultValue; field in TestOption56 if (mDefaultValue != null) { in apply()68 mValue = mDefaultValue; in apply()109 mDefaultValue = defaultValue;
36 protected final int mDefaultValue; field in IterateBase44 mDefaultValue = defaultIterations; in IterateBase()
25 return Integer.parseInt(args.getString(getOptionName(), String.valueOf(mDefaultValue))); in getIterationsArgument()