Searched refs:mTetherUpstream (Results 1 – 1 of 1) sorted by relevance
200 private Network mTetherUpstream; field in Tethering1216 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()