Searched refs:chooseUpstreamAutomatically (Results 1 – 5 of 5) sorted by relevance
142 public final boolean chooseUpstreamAutomatically; field in TetheringConfiguration199 chooseUpstreamAutomatically = forceAutomaticUpstream || getResourceBoolean( in TetheringConfiguration()298 pw.println(chooseUpstreamAutomatically); in dump()338 sj.add(String.format("chooseUpstreamAutomatically:%s", chooseUpstreamAutomatically)); in toString()593 parcel.chooseUpstreamAutomatically = chooseUpstreamAutomatically; in toStableParcelable()
478 mUpstreamNetworkMonitor.setUpstreamConfig(mConfig.chooseUpstreamAutomatically, in updateConfiguration()1410 || cfg.chooseUpstreamAutomatically; in hasTetherableConfiguration()1660 final UpstreamNetworkState ns = (config.chooseUpstreamAutomatically) in chooseUpstreamType()1823 if (mConfig.chooseUpstreamAutomatically in handleUpstreamNetworkMonitorCallback()
29 boolean chooseUpstreamAutomatically;
564 .chooseUpstreamAutomatically); in assertChooseUpstreamAutomaticallyIs()
1800 assertEquals(actual.chooseUpstreamAutomatically, expect.chooseUpstreamAutomatically); in assertTetherConfigParcelEqual()