Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java90 public final boolean chooseUpstreamAutomatically; field in TetheringConfiguration
117 chooseUpstreamAutomatically = getResourceBoolean(res, config_tether_upstream_automatic); in TetheringConfiguration()
161 pw.println(chooseUpstreamAutomatically); in dump()
184 sj.add(String.format("chooseUpstreamAutomatically:%s", chooseUpstreamAutomatically)); in toString()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java940 || cfg.chooseUpstreamAutomatically; in hasTetherableConfiguration()
1202 final NetworkState ns = (config.chooseUpstreamAutomatically) in chooseUpstreamType()