Home
last modified time | relevance | path

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

/platform_testing/libraries/health/options/src/android/platform/test/option/
DTestOption.java46 private T mDefaultValue; field in TestOption
56 if (mDefaultValue != null) { in apply()
68 mValue = mDefaultValue; in apply()
109 mDefaultValue = defaultValue;
/platform_testing/libraries/health/composers/host/src/android/host/test/composer/
DIterateBase.java36 protected final int mDefaultValue; field in IterateBase
44 mDefaultValue = defaultIterations; in IterateBase()
/platform_testing/libraries/health/composers/platform/src/android/platform/test/composer/
DIterate.java25 return Integer.parseInt(args.getString(getOptionName(), String.valueOf(mDefaultValue))); in getIterationsArgument()