Searched refs:soundEnabled (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java167 synchronized public final void setSoundEnabled(boolean soundEnabled) { argument
168 mSoundEnabled = soundEnabled;
H A DGame.java516 public void setSoundEnabled(boolean soundEnabled) { argument
517 BaseObject.sSystemRegistry.soundSystem.setSoundEnabled(soundEnabled);
H A DAndouKun.java303 final boolean soundEnabled = prefs.getBoolean(PreferenceConstants.PREFERENCE_SOUND_ENABLED, true);
316 mGame.setSoundEnabled(soundEnabled);

Completed in 103 milliseconds