Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java84 private UpstreamType mCurrentUpstream = null; field in TetheringMetrics
150 if (upstream.equals(mCurrentUpstream)) return; in maybeUpdateUpstreamType()
153 if (mCurrentUpstream != null) { in maybeUpdateUpstreamType()
155 mCurrentUpstream)); in maybeUpdateUpstreamType()
157 mCurrentUpstream = upstream; in maybeUpdateUpstreamType()
211 addUpstreamEvent(upstreamEventsBuilder, startTime, stopTime, mCurrentUpstream, in noteDownstreamStopped()
283 mCurrentUpstream = null; in cleanup()