Searched refs:tagTechs (Results 1 – 1 of 1) sorted by relevance
839 String[] tagTechs = tag.getTechList(); in isTechMatch() local840 Arrays.sort(tagTechs); in isTechMatch()842 if (filterMatch(tagTechs, filterTechs)) { in isTechMatch()1036 String[] tagTechs = tag.getTechList(); in tryTech() local1037 Arrays.sort(tagTechs); in tryTech()1060 if (filterMatch(tagTechs, info.techs) in tryTech()1229 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch() argument1233 if (Arrays.binarySearch(tagTechs, tech) < 0) { in filterMatch()