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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java257 private final Stopwatch mEvaluationTimer = new Stopwatch(); field in class:NetworkMonitor
496 if (!mEvaluationTimer.isStarted()) {
497 mEvaluationTimer.start();
1039 if (mEvaluationTimer.isRunning()) {
1040 mMetricsLog.log(new NetworkEvent(mNetId, evtype, mEvaluationTimer.stop()));
1041 mEvaluationTimer.reset();

Completed in 35 milliseconds