Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationTest.java293 private Collection<TestDescription> mTestsToRun = null; field in InstrumentationTest
396 mTestsToRun = tests; in setTestsToRun()
491 if (mTestsToRun == null) { in isResumable()
833 mTestsToRun == null, in doTestRun()
847 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun()