Searched defs:tetherableBluetoothRegexs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetheringConfiguration.java86 public final String[] tetherableBluetoothRegexs; field in class:TetheringConfiguration
104 tetherableBluetoothRegexs = getResourceStringArray(ctx, config_tether_bluetooth_regexs);
130 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs);
140 dumpStringArray(pw, "tetherableBluetoothRegexs", tetherableBluetoothRegexs);
160 sj.add(String.format("tetherableBluetoothRegexs:%s",
161 makeString(tetherableBluetoothRegexs)));

Completed in 100 milliseconds