Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java88 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration
113 tetherableBluetoothRegexs = getResourceStringArray(res, config_tether_bluetooth_regexs); in TetheringConfiguration()
142 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()
155 dumpStringArray(pw, "tetherableBluetoothRegexs", tetherableBluetoothRegexs); in dump()
182 makeString(tetherableBluetoothRegexs))); in toString()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java938 || (cfg.tetherableBluetoothRegexs.length != 0); in hasTetherableConfiguration()
956 return copy(mConfig.tetherableBluetoothRegexs); in getTetherableBluetoothRegexs()