Searched refs:tagTechs (Results 1 – 1 of 1) sorted by relevance
456 String[] tagTechs = tag.getTechList(); in isTechMatch() local457 Arrays.sort(tagTechs); in isTechMatch()459 if (filterMatch(tagTechs, filterTechs)) { in isTechMatch()534 String[] tagTechs = tag.getTechList(); in tryTech() local535 Arrays.sort(tagTechs); in tryTech()553 if (filterMatch(tagTechs, info.techs) && in tryTech()627 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch() argument631 if (Arrays.binarySearch(tagTechs, tech) < 0) { in filterMatch()