Searched refs:mEvaluationTimer (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java234 private final Stopwatch mEvaluationTimer = new Stopwatch(); field in class:NetworkMonitor
464 if (!mEvaluationTimer.isStarted()) {
465 mEvaluationTimer.start();
971 if (mEvaluationTimer.isRunning()) {
972 mMetricsLog.log(new NetworkEvent(mNetId, evtype, mEvaluationTimer.stop()));
973 mEvaluationTimer.reset();

Completed in 101 milliseconds