Searched refs:mSoundMap (Results 1 – 1 of 1) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVRecordActivity.java | 65 private Map<String, Integer> mSoundMap; field in RVCVRecordActivity 230 mSoundMap = new HashMap<>(); in initSoundPool() 233 mSoundMap.put("start", mSoundPool.load(this, R.raw.start_axis, 1)); in initSoundPool() 234 mSoundMap.put("end", mSoundPool.load(this, R.raw.next_axis, 1)); in initSoundPool() 235 mSoundMap.put("half-way", mSoundPool.load(this, R.raw.half_way, 1)); in initSoundPool() 246 Integer id = mSoundMap.get(name); in playNotifySound()
|