Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkMonitor.java296 private final Stopwatch mEvaluationTimer = new Stopwatch(); field in NetworkMonitor
589 if (!mEvaluationTimer.isStarted()) { in enter()
590 mEvaluationTimer.start(); in enter()
1361 if (mEvaluationTimer.isRunning()) { in maybeLogEvaluationResult()
1363 mMetricsLog.log(mNetId, transports, new NetworkEvent(evtype, mEvaluationTimer.stop())); in maybeLogEvaluationResult()
1364 mEvaluationTimer.reset(); in maybeLogEvaluationResult()