Home
last modified time | relevance | path

Searched refs:mTestOptions (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java163 commandLine.addAll(mTestOptions); in countTests()
189 commandLine.addAll(mTestOptions); in runTestWithFilter()
DRustTestBase.java45 protected List<String> mTestOptions = new ArrayList<>(); field in RustTestBase
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java92 private List<String> mTestOptions = new ArrayList<>(); field in MoblyBinaryHostTest
393 return mTestOptions; in getTestOptions()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/python/
DPythonBinaryHostTest.java116 private List<String> mTestOptions = new ArrayList<>(); field in PythonBinaryHostTest
310 commandLine.addAll(mTestOptions); in runSinglePythonFile()