Searched refs:tetherableBluetoothRegexs (Results 1 – 5 of 5) sorted by relevance
139 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration192 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()
1408 || (cfg.tetherableBluetoothRegexs.length != 0); in hasTetherableConfiguration()
1151 public TetheringInterfaceRegexps(@NonNull String[] tetherableBluetoothRegexs,1153 mTetherableBluetoothRegexs = tetherableBluetoothRegexs.clone();1285 parcel.tetherableBluetoothRegexs,1409 return mTetheringConfiguration.tetherableBluetoothRegexs;
27 String[] tetherableBluetoothRegexs;
1798 assertArrayEquals(actual.tetherableBluetoothRegexs, expect.tetherableBluetoothRegexs); in assertTetherConfigParcelEqual()