Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencySpeakerActivity.java337 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencySpeakerActivity.Results
352 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
357 mInBoundPointsPerBand[b], in toString()
376 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
474 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
509 results.mInBoundPointsPerBand[b], in recordTestResults()
DAudioFrequencyLineActivity.java321 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyLineActivity.Results
334 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
339 mInBoundPointsPerBand[b], in toString()
356 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
448 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
483 results.mInBoundPointsPerBand[b], in recordTestResults()
DAudioFrequencyVoiceRecognitionActivity.java548 results.mInBoundPointsPerBand[currentBand]++; in processSpectrum()
833 int[] mInBoundPointsPerBand;// = new int[mBands]; field in AudioFrequencyVoiceRecognitionActivity.Results
839 mInBoundPointsPerBand = new int[mBandCount]; in Results()
845 mInBoundPointsPerBand[i] = 0; in reset()
856 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
861 mInBoundPointsPerBand[b], in toString()
871 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
929 results.mInBoundPointsPerBand[b], in recordTestResults()
DAudioFrequencyUnprocessedActivity.java533 results.mInBoundPointsPerBand[currentBand]++; in processSpectrum()
834 int[] mInBoundPointsPerBand;// = new int[mBands]; field in AudioFrequencyUnprocessedActivity.Results
840 mInBoundPointsPerBand = new int[mBandCount]; in Results()
846 mInBoundPointsPerBand[i] = 0; in reset()
857 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
862 mInBoundPointsPerBand[b], in toString()
872 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
939 results.mInBoundPointsPerBand[b], in recordTestResults()
DAudioFrequencyMicActivity.java510 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyMicActivity.Results
525 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
530 mInBoundPointsPerBand[b], in toString()
549 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
674 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
720 results.mInBoundPointsPerBand[b], in recordTestResults()