Searched refs:tetherableBluetoothRegexs (Results 1 – 5 of 5) sorted by relevance
97 public final String[] tetherableBluetoothRegexs; field in TetheringConfiguration132 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()
1267 || (cfg.tetherableBluetoothRegexs.length != 0); in hasTetherableConfiguration()1285 return copy(mConfig.tetherableBluetoothRegexs); in getTetherableBluetoothRegexs()
27 String[] tetherableBluetoothRegexs;
987 public TetheringInterfaceRegexps(@NonNull String[] tetherableBluetoothRegexs,989 mTetherableBluetoothRegexs = tetherableBluetoothRegexs.clone();1111 parcel.tetherableBluetoothRegexs,1234 return mTetheringConfiguration.tetherableBluetoothRegexs;
1342 assertArrayEquals(actual.tetherableBluetoothRegexs, expect.tetherableBluetoothRegexs); in assertTetherConfigParcelEqual()