Searched refs:tagTechs (Results 1 – 1 of 1) sorted by relevance
508 String[] tagTechs = tag.getTechList(); in isTechMatch() local509 Arrays.sort(tagTechs); in isTechMatch()511 if (filterMatch(tagTechs, filterTechs)) { in isTechMatch()608 String[] tagTechs = tag.getTechList(); in tryTech() local609 Arrays.sort(tagTechs); in tryTech()627 if (filterMatch(tagTechs, info.techs) && in tryTech()711 boolean filterMatch(String[] tagTechs, String[] filterTechs) { in filterMatch() argument715 if (Arrays.binarySearch(tagTechs, tech) < 0) { in filterMatch()