Searched refs:matchesDownstreamRegexs (Results 1 – 1 of 1) sorted by relevance
134 return matchesDownstreamRegexs(iface, tetherableUsbRegexs); in isUsb()138 return matchesDownstreamRegexs(iface, tetherableWifiRegexs); in isWifi()142 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()279 private static boolean matchesDownstreamRegexs(String iface, String[] regexs) { in matchesDownstreamRegexs() method in TetheringConfiguration