Searched refs:tetherableNcmRegexs (Results 1 – 2 of 2) sorted by relevance
140 public final String[] tetherableNcmRegexs; field in TetheringConfiguration178 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()
645 assertArrayEquals(ncmRegexs, cfg.tetherableNcmRegexs); in assertUsbAndNcmRegexs()