Home
last modified time | relevance | path

Searched refs:mBandCount (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyVoiceRecognitionActivity.java829 private int mBandCount; field in AudioFrequencyVoiceRecognitionActivity.Results
837 mBandCount = bandCount; in Results()
838 mPointsPerBand = new int[mBandCount]; in Results()
839 mAverageEnergyPerBand = new double[mBandCount]; in Results()
840 mInBoundPointsPerBand = new int[mBandCount]; in Results()
843 for (int i = 0; i < mBandCount; i++) { in reset()
854 for (int b = 0; b < mBandCount; b++) { in toString()
871 if (b >= 0 && b < mBandCount && mPointsPerBand[b] > 0) { in testInBand()
881 for (int b = 0; b < mBandCount; b++) { in testAll()
928 for (int b = 0; b < results.mBandCount; b++) { in storeTestResults()
DAudioFrequencyUnprocessedActivity.java818 private int mBandCount; field in AudioFrequencyUnprocessedActivity.Results
826 mBandCount = bandCount; in Results()
827 mPointsPerBand = new int[mBandCount]; in Results()
828 mAverageEnergyPerBand = new double[mBandCount]; in Results()
829 mInBoundPointsPerBand = new int[mBandCount]; in Results()
832 for (int i = 0; i < mBandCount; i++) { in reset()
843 for (int b = 0; b < mBandCount; b++) { in toString()
860 if (b >= 0 && b < mBandCount && mPointsPerBand[b] > 0) { in testInBand()
870 for (int b = 0; b < mBandCount; b++) { in testAll()