Searched refs:mEvaluationTimer (Results 1 – 1 of 1) sorted by relevance
296 private final Stopwatch mEvaluationTimer = new Stopwatch(); field in NetworkMonitor589 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()