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.java240 return matchesDownstreamRegexs(iface, tetherableUsbRegexs); in isUsb()
245 return matchesDownstreamRegexs(iface, tetherableWifiRegexs); in isWifi()
250 return matchesDownstreamRegexs(iface, tetherableWigigRegexs); in isWigig()
255 return matchesDownstreamRegexs(iface, tetherableWifiP2pRegexs); in isWifiP2p()
265 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()
270 return matchesDownstreamRegexs(iface, tetherableNcmRegexs); in isNcm()
454 private static boolean matchesDownstreamRegexs(String iface, String[] regexs) { in matchesDownstreamRegexs() method in TetheringConfiguration