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.java139 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration
192 tetherableBluetoothRegexs = getResourceStringArray( in TetheringConfiguration()
265 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()
291 dumpStringArray(pw, "tetherableBluetoothRegexs", tetherableBluetoothRegexs); in dump()
336 makeString(tetherableBluetoothRegexs))); in toString()
591 parcel.tetherableBluetoothRegexs = tetherableBluetoothRegexs; in toStableParcelable()
DTethering.java1408 || (cfg.tetherableBluetoothRegexs.length != 0); in hasTetherableConfiguration()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringManager.java1151 public TetheringInterfaceRegexps(@NonNull String[] tetherableBluetoothRegexs,
1153 mTetherableBluetoothRegexs = tetherableBluetoothRegexs.clone();
1285 parcel.tetherableBluetoothRegexs,
1409 return mTetheringConfiguration.tetherableBluetoothRegexs;
DTetheringConfigurationParcel.aidl27 String[] tetherableBluetoothRegexs;
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1798 assertArrayEquals(actual.tetherableBluetoothRegexs, expect.tetherableBluetoothRegexs); in assertTetherConfigParcelEqual()