Searched refs:tagTechs (Results 1 – 1 of 1) sorted by relevance
782 String[] tagTechs = tag.getTechList(); in isTechMatch() local783 Arrays.sort(tagTechs); in isTechMatch()785 if (filterMatch(tagTechs, filterTechs)) { in isTechMatch()893 String[] tagTechs = tag.getTechList(); in tryTech() local894 Arrays.sort(tagTechs); in tryTech()914 if (filterMatch(tagTechs, info.techs) in tryTech()1056 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch() argument1060 if (Arrays.binarySearch(tagTechs, tech) < 0) { in filterMatch()