Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java330 return matchesDownstreamRegexs(iface, tetherableUsbRegexs); in isUsb()
335 return matchesDownstreamRegexs(iface, tetherableWifiRegexs); in isWifi()
340 return matchesDownstreamRegexs(iface, tetherableWigigRegexs); in isWigig()
345 return matchesDownstreamRegexs(iface, tetherableWifiP2pRegexs); in isWifiP2p()
355 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()
360 return matchesDownstreamRegexs(iface, tetherableNcmRegexs); in isNcm()
585 private static boolean matchesDownstreamRegexs(String iface, String[] regexs) { in matchesDownstreamRegexs() method in TetheringConfiguration