Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java97 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration
132 tetherableBluetoothRegexs = getResourceStringArray( in TetheringConfiguration()
189 return matchesDownstreamRegexs(iface, tetherableBluetoothRegexs); in isBluetooth()
210 dumpStringArray(pw, "tetherableBluetoothRegexs", tetherableBluetoothRegexs); in dump()
246 makeString(tetherableBluetoothRegexs))); in toString()
471 parcel.tetherableBluetoothRegexs = tetherableBluetoothRegexs; in toStableParcelable()
DTethering.java1267 || (cfg.tetherableBluetoothRegexs.length != 0); in hasTetherableConfiguration()
1285 return copy(mConfig.tetherableBluetoothRegexs); in getTetherableBluetoothRegexs()
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheringConfigurationParcel.aidl27 String[] tetherableBluetoothRegexs;
DTetheringManager.java987 public TetheringInterfaceRegexps(@NonNull String[] tetherableBluetoothRegexs,
989 mTetherableBluetoothRegexs = tetherableBluetoothRegexs.clone();
1111 parcel.tetherableBluetoothRegexs,
1234 return mTetheringConfiguration.tetherableBluetoothRegexs;
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1342 assertArrayEquals(actual.tetherableBluetoothRegexs, expect.tetherableBluetoothRegexs); in assertTetherConfigParcelEqual()