Searched refs:tetherableNcmRegexs (Results 1 – 3 of 3) sorted by relevance
152 public final String[] tetherableNcmRegexs; field in TetheringConfiguration236 tetherableNcmRegexs = EMPTY_STRING_ARRAY; in TetheringConfiguration()239 tetherableNcmRegexs = ncmRegexs; in TetheringConfiguration()360 return matchesDownstreamRegexs(iface, tetherableNcmRegexs); in isNcm()410 dumpStringArray(pw, "tetherableNcmRegexs", tetherableNcmRegexs); in dump()
2558 if (config.tetherableNcmRegexs.length != 0) types |= (1 << TETHERING_NCM); in makeSupportedDownstreams()
723 assertArrayEquals(ncmRegexs, cfg.tetherableNcmRegexs); in assertUsbAndNcmRegexs()