Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java100 public final boolean chooseUpstreamAutomatically; field in TetheringConfiguration
137 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()
DTethering.java1269 || cfg.chooseUpstreamAutomatically; in hasTetherableConfiguration()
1539 final UpstreamNetworkState ns = (config.chooseUpstreamAutomatically) in chooseUpstreamType()
/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheringConfigurationParcel.aidl29 boolean chooseUpstreamAutomatically;
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1344 assertEquals(actual.chooseUpstreamAutomatically, expect.chooseUpstreamAutomatically); in assertTetherConfigParcelEqual()