Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DAndroidJUnitTest.java180 private File mInternalExcludeTestFile = null; field in AndroidJUnitTest
274 mInternalExcludeTestFile = testFile; in setExcludeTestFile()
280 return mInternalExcludeTestFile; in getExcludeTestFile()
386 if (mInternalExcludeTestFile != null && mInternalExcludeTestFile.length() > 0) { in run()
388 pushTestFile(mInternalExcludeTestFile, mDeviceExcludeFile, listener, false); in run()
391 mInternalExcludeTestFile, in run()
734 shard.mInternalExcludeTestFile = mInternalExcludeTestFile; in getTestShard()