Searched refs:isRegexMatch (Results 1 – 1 of 1) sorted by relevance
121 private static boolean isRegexMatch(final String[] ifaceRegexs, String iface) { in isRegexMatch() method in CtsTetheringUtils135 if (isRegexMatch(ifaceRegexs, s)) return true; in isAnyIfaceMatch()147 if (isRegexMatch(regexArray, iface.getInterface()) && type == iface.getType()) { in getFirstMatchingTetheringInterface()