Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/metrics/
DTetheringMetrics.java85 private Long mCurrentUpStreamStartTime = 0L; field in TetheringMetrics
154 mUpstreamEventList.add(new RecordUpstreamEvent(mCurrentUpStreamStartTime, newTime, in maybeUpdateUpstreamType()
158 mCurrentUpStreamStartTime = newTime; in maybeUpdateUpstreamType()
208 final long startTime = Math.max(downstreamStartTime, mCurrentUpStreamStartTime); in noteDownstreamStopped()
284 mCurrentUpStreamStartTime = 0L; in cleanup()