Searched refs:getSoundEffectsEnabled (Results 1 – 2 of 2) sorted by relevance
89 soundPref.setChecked(getSoundEffectsEnabled()); in onCreatePreferences()199 private boolean getSoundEffectsEnabled() { in getSoundEffectsEnabled() method in SoundFragment200 return getSoundEffectsEnabled(getActivity().getContentResolver()); in getSoundEffectsEnabled()203 public static boolean getSoundEffectsEnabled(ContentResolver contentResolver) { in getSoundEffectsEnabled() method in SoundFragment
152 mSoundsPref.setIcon(SoundFragment.getSoundEffectsEnabled(getContext().getContentResolver()) in updateSounds()