/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | RetryFilterHelper.java | 51 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/ |
D | TestModels.java | 43 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/ |
D | TestResult.java | 24 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/ |
D | CrashReporter.java | 113 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/ |
D | VtsRetryFactoryTest.java | 34 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | CompatibilityTest.java | 142 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/ |
D | RetryFilterHelperTest.java | 66 assertTrue(helper.mTestName == null); in testClearOptions()
|
D | OptionHelperTest.java | 48 private String mTestName = null; field in OptionHelperTest
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/ |
D | RetryFactoryTest.java | 113 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/ |
D | SubPlanHelper.java | 111 private String mTestName = null; field in SubPlanHelper 228 addIncludeToSubPlan(subPlan, new TestFilter(mAbiName, mModuleName, mTestName)); in createSubPlan()
|
/test/framework/harnesses/cts-tradefed/ |
D | tradefed-cts-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
com/android/compatibility/common/ ... |