Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java62 Set<String> excludeFilterSet = new HashSet<String>(); in testSerialization() local
63 excludeFilterSet.add(new TestFilter(null, MODULE_B, TEST_2).toString()); in testSerialization()
64 excludeFilterSet.add(new TestFilter(null, MODULE_B, TEST_3).toString()); in testSerialization()
65 subPlan.addAllExcludeFilters(excludeFilterSet); in testSerialization()