Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java1845 final Network newUpstream = (ns != null) ? ns.network : null; in chooseUpstreamType() local
1846 if (!Objects.equals(mTetherUpstream, newUpstream)) { in chooseUpstreamType()
1847 mTetherUpstream = newUpstream; in chooseUpstreamType()