Searched refs:GOOD_RUNS_REQUIRED (Results 1 – 1 of 1) sorted by relevance
60 private static final int GOOD_RUNS_REQUIRED = 5; // arbitrary field in RoundTripLatencyActivity.LatencyAverager65 ArrayList<Double> mLatencies = new ArrayList<Double>(GOOD_RUNS_REQUIRED);66 ArrayList<Double> mConfidences = new ArrayList<Double>(GOOD_RUNS_REQUIRED);99 if (mGoodCount < GOOD_RUNS_REQUIRED) { in onAnalyserDone()