Searched refs:chooseUpstreamAutomatically (Results 1 – 4 of 4) sorted by relevance
100 public final boolean chooseUpstreamAutomatically; field in TetheringConfiguration137 chooseUpstreamAutomatically = getResourceBoolean( in TetheringConfiguration()217 pw.println(chooseUpstreamAutomatically); in dump()248 sj.add(String.format("chooseUpstreamAutomatically:%s", chooseUpstreamAutomatically)); in toString()473 parcel.chooseUpstreamAutomatically = chooseUpstreamAutomatically; in toStableParcelable()
1269 || cfg.chooseUpstreamAutomatically; in hasTetherableConfiguration()1539 final UpstreamNetworkState ns = (config.chooseUpstreamAutomatically) in chooseUpstreamType()
29 boolean chooseUpstreamAutomatically;
1344 assertEquals(actual.chooseUpstreamAutomatically, expect.chooseUpstreamAutomatically); in assertTetherConfigParcelEqual()