Searched refs:mInternalExcludeTestFile (Results 1 – 1 of 1) sorted by relevance
180 private File mInternalExcludeTestFile = null; field in AndroidJUnitTest274 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()