Searched refs:mInBoundPointsPerBand (Results 1 – 3 of 3) sorted by relevance
307 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyLineActivity.Results320 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()
347 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencySpeakerActivity.Results362 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()
445 int[] mInBoundPointsPerBand = new int[mBands]; field in AudioFrequencyMicActivity.Results460 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()