Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyLineActivity.java307 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyLineActivity.Results
320 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
325 mInBoundPointsPerBand[b], in toString()
342 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
428 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
463 results.mInBoundPointsPerBand[b], in recordTestResults()
DAudioFrequencySpeakerActivity.java347 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencySpeakerActivity.Results
362 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
367 mInBoundPointsPerBand[b], in toString()
386 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
477 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
512 results.mInBoundPointsPerBand[b], in recordTestResults()
DAudioFrequencyMicActivity.java445 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyMicActivity.Results
460 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
465 mInBoundPointsPerBand[b], in toString()
484 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
596 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
628 results.mInBoundPointsPerBand[b], in recordTestResults()