Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java142 public final boolean chooseUpstreamAutomatically; field in TetheringConfiguration
199 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()
DTethering.java478 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()
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheringConfigurationParcel.aidl29 boolean chooseUpstreamAutomatically;
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringConfigurationTest.java564 .chooseUpstreamAutomatically); in assertChooseUpstreamAutomaticallyIs()
DTetheringTest.java1800 assertEquals(actual.chooseUpstreamAutomatically, expect.chooseUpstreamAutomatically); in assertTetherConfigParcelEqual()