Home
last modified time | relevance | path

Searched refs:tetherableNcmRegexs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java140 public final String[] tetherableNcmRegexs; field in TetheringConfiguration
178 tetherableNcmRegexs = EMPTY_STRING_ARRAY; in TetheringConfiguration()
181 tetherableNcmRegexs = ncmRegexs; in TetheringConfiguration()
270 return matchesDownstreamRegexs(iface, tetherableNcmRegexs); in isNcm()
292 dumpStringArray(pw, "tetherableNcmRegexs", tetherableNcmRegexs); in dump()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java645 assertArrayEquals(ncmRegexs, cfg.tetherableNcmRegexs); in assertUsbAndNcmRegexs()