Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java134 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