Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java98 public final String[] tetherableNcmRegexs; field in TetheringConfiguration
124 tetherableNcmRegexs = getResourceStringArray(res, R.array.config_tether_ncm_regexs); in TetheringConfiguration()
194 return matchesDownstreamRegexs(iface, tetherableNcmRegexs); in isNcm()
211 dumpStringArray(pw, "tetherableNcmRegexs", tetherableNcmRegexs); in dump()