Home
last modified time | relevance | path

Searched refs:GOOD_RUNS_REQUIRED (Results 1 – 1 of 1) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java60 private static final int GOOD_RUNS_REQUIRED = 5; // arbitrary field in RoundTripLatencyActivity.LatencyAverager
65 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()