Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelper.java51 protected String mAbiName = null; field in RetryFilterHelper
95 mAbiName = abiName; in RetryFilterHelper()
128 mAbiName = obj.mAbiName; in setAllOptionsFrom()
144 mAbiName = null; in clearOptions()
286 mRetryIncludes.add(new TestFilter(mAbiName, module, mTestName).toString()); in populatePreviousSessionFilters()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java103 protected String mAbiName = null; field in RetryFactoryTest
268 test.setAbiName(mAbiName); in loadSuite()
288 mExcludeFilters, mAbiName, mModuleName, mTestName, mRetryType); in createFilterHelper()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelperTest.java64 assertTrue(helper.mAbiName == null); in testClearOptions()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java116 private String mAbiName = null; field in SubPlanHelper
228 addIncludeToSubPlan(subPlan, new TestFilter(mAbiName, mModuleName, mTestName)); in createSubPlan()