Home
last modified time | relevance | path

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

/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java116 int numSounds = mTestFiles.length; in initSoundPool() local
117 mSounds = new int[numSounds]; in initSoundPool()
121 for (int index = 0; index < numSounds; index++) { in initSoundPool()