Searched refs:mTetherUpstream (Results 1 – 1 of 1) sorted by relevance
260 private Network mTetherUpstream; field in Tethering1678 if (mTetherUpstream != newUpstream) { in chooseUpstreamType()1679 mTetherUpstream = newUpstream; in chooseUpstreamType()1680 mUpstreamNetworkMonitor.setCurrentUpstream(mTetherUpstream); in chooseUpstreamType()1847 if (ns.network.equals(mTetherUpstream)) { in handleUpstreamNetworkMonitorCallback()1901 if (mTetherUpstream != null) { in exit()1902 mTetherUpstream = null; in exit()2201 parcel.upstreamNetwork = mTetherUpstream; in registerTetheringEventCallback()