Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVRecordActivity.java228 final int MAX_STREAM = 10; in initSoundPool() local
230 mSoundPool = new SoundPool(MAX_STREAM, AudioManager.STREAM_MUSIC, 0); in initSoundPool()
231 mSoundPoolLookup = new int[MAX_STREAM]; in initSoundPool()