Searched refs:mTetherUpstream (Results 1 – 1 of 1) sorted by relevance
271 private Network mTetherUpstream; field in Tethering1846 if (!Objects.equals(mTetherUpstream, newUpstream)) { in chooseUpstreamType()1847 mTetherUpstream = newUpstream; in chooseUpstreamType()1848 reportUpstreamChanged(mTetherUpstream); in chooseUpstreamType()2020 if (ns.network.equals(mTetherUpstream)) { in handleUpstreamNetworkMonitorCallback()2083 if (mTetherUpstream != null) { in exit()2084 mTetherUpstream = null; in exit()2394 parcel.upstreamNetwork = mTetherUpstream; in registerTetheringEventCallback()