Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java51 protected String mTestName = null; field in RetryFilterHelper
95 mTestName = testName; in RetryFilterHelper()
128 mTestName = obj.mTestName; in setAllOptionsFrom()
140 mTestName = null; in clearOptions()
222 mTestName = null; in populateRetryFilters()
285 mRetryIncludes.add(new TestFilter(mAbiName, module, mTestName).toString()); in populatePreviousSessionFilters()
290 } else if (mTestName != null) { in populatePreviousSessionFilters()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java43 public final String mTestName; field in TestModels.TestModelEntry
64 mTestName = testName; in TestModelEntry()
87 return mTestName; in getTestName()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DTestResult.java24 private final String mTestName; field in TestResult
40 mTestName = name; in TestResult()
49 return mTestName; in getName()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DCrashReporter.java113 private String mTestName; field in CrashReporter.CrashReporterReceiver
127 mTestName = m.group(1); in processLogLine()
134 upload(mDevice, mTestName, mCrashes); in processLogLine()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DVtsRetryFactoryTest.java34 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java142 private String mTestName = null; field in CompatibilityTest
774 new TestFilter(mAbiName, module, mTestName).toString()); in setupFilters()
779 } else if (mTestName != null) { in setupFilters()
789 mSubPlan, mIncludeFilters, mExcludeFilters, mAbiName, mModuleName, mTestName, in createRetryFilterHelper()
915 return mTestName; in getTestName()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelperTest.java66 assertTrue(helper.mTestName == null); in testClearOptions()
DOptionHelperTest.java48 private String mTestName = null; field in OptionHelperTest
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java113 protected String mTestName = null; field in RetryFactoryTest
281 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java111 private String mTestName = null; field in SubPlanHelper
228 addIncludeToSubPlan(subPlan, new TestFilter(mAbiName, mModuleName, mTestName)); in createSubPlan()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...