Searched refs:commonOptions (Results 1 – 1 of 1) sorted by relevance
129 Set<TestOption> commonOptions = new HashSet<TestOption>(test.getOptions()); in merge() local130 commonOptions.retainAll(new HashSet<TestOption>(mOptions)); in merge()131 mOptions = new ArrayList<TestOption>(commonOptions); in merge()