Searched refs:tetherableBluetoothRegexs (Results 1 – 5 of 5) sorted by relevance
151 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration250 tetherableBluetoothRegexs = getResourceStringArray( in TetheringConfiguration()355 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()409 dumpStringArray(pw, "tetherableBluetoothRegexs", tetherableBluetoothRegexs); in dump()467 makeString(tetherableBluetoothRegexs))); in toString()743 parcel.tetherableBluetoothRegexs = tetherableBluetoothRegexs; in toStableParcelable()
2550 if (config.tetherableBluetoothRegexs.length != 0) types |= (1 << TETHERING_BLUETOOTH); in makeSupportedDownstreams()
26 String[] tetherableBluetoothRegexs;
1293 public TetheringInterfaceRegexps(@NonNull String[] tetherableBluetoothRegexs,1295 mTetherableBluetoothRegexs = tetherableBluetoothRegexs.clone();1437 parcel.tetherableBluetoothRegexs,1578 return mTetheringConfiguration.tetherableBluetoothRegexs;
2293 assertArrayEquals(expect.tetherableBluetoothRegexs, actual.tetherableBluetoothRegexs); in assertTetherConfigParcelEqual()