Home
last modified time | relevance | path

Searched refs:isRegexMatch (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java121 private static boolean isRegexMatch(final String[] ifaceRegexs, String iface) { in isRegexMatch() method in CtsTetheringUtils
135 if (isRegexMatch(ifaceRegexs, s)) return true; in isAnyIfaceMatch()
147 if (isRegexMatch(regexArray, iface.getInterface()) && type == iface.getType()) { in getFirstMatchingTetheringInterface()