Searched refs:mBadCount (Results 1 – 1 of 1) sorted by relevance
62 private int mBadCount = 0; // number of bad measurements field in RoundTripLatencyActivity.LatencyAverager80 mBadCount++; in onAnalyserDone()81 if (mBadCount > MAX_BAD_RUNS_ALLOWED) { in onAnalyserDone()87 + mBadCount + " of " + MAX_BAD_RUNS_ALLOWED + " max\n"; in onAnalyserDone()133 message += "num.failed = " + mBadCount + "\n"; in reportAverage()161 mBadCount = 0; in start()