Searched refs:NUM_TEST_PHASES (Results 1 – 2 of 2) sorted by relevance
142 private static final int NUM_TEST_PHASES = 5; field in AudioTap2ToneActivity146 private double[] mLatencyMillis = new double[NUM_TEST_PHASES];355 boolean testCompleted = mTestPhase >= NUM_TEST_PHASES; in calculateTestPass()415 if (mTestPhase == NUM_TEST_PHASES) { in processTest()453 mPhaseView.setText("" + mTestPhase + " of " + NUM_TEST_PHASES + " completed."); in processTest()
138 protected static final int NUM_TEST_PHASES = 5; field in AudioLoopbackLatencyActivity174 double[] mLatencyMS = new double[NUM_TEST_PHASES];175 double[] mConfidence = new double[NUM_TEST_PHASES];177 double[] mTimestampLatencyMS = new double[NUM_TEST_PHASES];850 if (mNativeAnalyzerThread != null && mTestPhase < NUM_TEST_PHASES) { in handleTestPhaseCompletion()872 if (mTestPhase >= NUM_TEST_PHASES) { in handleTestPhaseCompletion()