Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java200 private Network mTetherUpstream; field in Tethering
1216 if (mTetherUpstream != newUpstream) { in chooseUpstreamType()
1217 mTetherUpstream = newUpstream; in chooseUpstreamType()
1218 mUpstreamNetworkMonitor.setCurrentUpstream(mTetherUpstream); in chooseUpstreamType()
1219 reportUpstreamChanged(mTetherUpstream); in chooseUpstreamType()
1403 if (mTetherUpstream != null) { in exit()
1404 mTetherUpstream = null; in exit()
1684 callback.onUpstreamChanged(mTetherUpstream); in registerTetheringEventCallback()