Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java151 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration
250 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()
DTethering.java2550 if (config.tetherableBluetoothRegexs.length != 0) types |= (1 << TETHERING_BLUETOOTH); in makeSupportedDownstreams()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringConfigurationParcel.aidl26 String[] tetherableBluetoothRegexs;
DTetheringManager.java1293 public TetheringInterfaceRegexps(@NonNull String[] tetherableBluetoothRegexs,
1295 mTetherableBluetoothRegexs = tetherableBluetoothRegexs.clone();
1437 parcel.tetherableBluetoothRegexs,
1578 return mTetheringConfiguration.tetherableBluetoothRegexs;
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java2293 assertArrayEquals(expect.tetherableBluetoothRegexs, actual.tetherableBluetoothRegexs); in assertTetherConfigParcelEqual()