Searched refs:mSoundPoolLookup (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVRecordActivity.java | 64 private int [] mSoundPoolLookup; field in RVCVRecordActivity 231 mSoundPoolLookup = new int[MAX_STREAM]; in initSoundPool() 234 mSoundPoolLookup[i++] = mSoundPool.load(this, R.raw.next_axis, 1); in initSoundPool() 235 mSoundPoolLookup[i++] = mSoundPool.load(this, R.raw.next_axis, 1); in initSoundPool() 236 mSoundPoolLookup[i++] = mSoundPool.load(this, R.raw.next_axis, 1); in initSoundPool() 248 mSoundPool.play(mSoundPoolLookup[id], 1, 1, 0, 0, 1); in playNotifySound()
|