Searched refs:matchesDownstreamRegexs (Results 1 – 1 of 1) sorted by relevance
164 return matchesDownstreamRegexs(iface, tetherableUsbRegexs); in isUsb()169 return matchesDownstreamRegexs(iface, tetherableWifiRegexs); in isWifi()174 return matchesDownstreamRegexs(iface, tetherableWigigRegexs); in isWigig()179 return matchesDownstreamRegexs(iface, tetherableWifiP2pRegexs); in isWifiP2p()189 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()194 return matchesDownstreamRegexs(iface, tetherableNcmRegexs); in isNcm()340 private static boolean matchesDownstreamRegexs(String iface, String[] regexs) { in matchesDownstreamRegexs() method in TetheringConfiguration