Searched refs:mGoodCount (Results 1 – 1 of 1) sorted by relevance
63 private int mGoodCount = 0; // number of good measurements field in RoundTripLatencyActivity.LatencyAverager91 mGoodCount++; in onAnalyserDone()99 if (mGoodCount < GOOD_RUNS_REQUIRED) { in onAnalyserDone()120 if (mGoodCount == 0 || mConfidenceSum == 0.0) { in reportAverage()121 message = "num.iterations = " + mGoodCount + "\n"; in reportAverage()123 final double mAverageConfidence = mConfidenceSum / mGoodCount; in reportAverage()131 + "num.iterations = " + mGoodCount + "\n"; in reportAverage()162 mGoodCount = 0; in start()