Searched refs:loadSound (Results 1 – 5 of 5) sorted by relevance
102 mSoundPlayer.loadSound(R.raw.timer_final_second); // Will be balanced in close(). in ResourceCaptureToolsImpl()103 mSoundPlayer.loadSound(R.raw.timer_increment); // Will be balanced in close(). in ResourceCaptureToolsImpl()
35 mPlayer.loadSound(mSoundId); in FocusSound()
49 public void loadSound(int resourceId) { in loadSound() method in SoundPlayer
716 mSoundPlayer.loadSound(R.raw.timer_final_second); in resume()717 mSoundPlayer.loadSound(R.raw.timer_increment); in resume()
1442 mCountdownSoundPlayer.loadSound(R.raw.timer_final_second); in resume()1443 mCountdownSoundPlayer.loadSound(R.raw.timer_increment); in resume()