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.java274 private Collection<TestDescription> mTestsToRun = null; field in InstrumentationTest
372 mTestsToRun = tests; in setTestsToRun()
464 if (mTestsToRun == null) { in isResumable()
788 mTestsToRun == null, in doTestRun()
802 Collection<TestDescription> testsToRun = mTestsToRun; in doTestRun()