HomeSort by relevance Sort by last modified time
    Searched defs:mRetryIncludes (Results 1 - 2 of 2) sorted by null

  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
RetryFilterHelper.java 58 private Set<String> mRetryIncludes;
184 * Populate mRetryIncludes and mRetryExcludes based on the options and the result set for
188 mRetryIncludes = new HashSet<>(mIncludeFilters); // reset for each population
201 mRetryIncludes.clear();
202 mRetryIncludes.addAll(customIncludes);
236 mRetryIncludes.addAll(retryPlan.getIncludeFilters());
252 mRetryIncludes.addAll(mIncludeFilters);
256 mRetryIncludes.addAll(retrySubPlan.getIncludeFilters());
272 cleanFilters(mRetryIncludes, module);
274 mRetryIncludes.add(new TestFilter(mAbiName, module, mTestName).toString())
    [all...]
  /test/framework/harnesses/cts-tradefed/
tradefed-cts-prebuilt.jar 

Completed in 179 milliseconds