Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyLineActivity.java297 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyLineActivity.Results
310 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
315 mInBoundPointsPerBand[b], in toString()
332 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
424 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
461 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencySpeakerActivity.java323 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencySpeakerActivity.Results
338 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
343 mInBoundPointsPerBand[b], in toString()
362 if ((double)mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
460 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
496 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencyVoiceRecognitionActivity.java542 results.mInBoundPointsPerBand[currentBand]++; in processSpectrum()
827 int[] mInBoundPointsPerBand;// = new int[mBands]; field in AudioFrequencyVoiceRecognitionActivity.Results
833 mInBoundPointsPerBand = new int[mBandCount]; in Results()
839 mInBoundPointsPerBand[i] = 0; in reset()
850 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
855 mInBoundPointsPerBand[b], in toString()
865 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
924 results.mInBoundPointsPerBand[b], in storeTestResults()
DAudioFrequencyMicActivity.java493 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyMicActivity.Results
508 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
513 mInBoundPointsPerBand[b], in toString()
532 if ((double) mInBoundPointsPerBand[b] / mPointsPerBand[b] > in testInBand()
657 results.mInBoundPointsPerBand[currentBand]++; in computeResultsForVector()
704 results.mInBoundPointsPerBand[b], in storeTestResults()