Searched refs:getSoundEffectsEnabled (Results 1 – 2 of 2) sorted by relevance
61 soundPref.setChecked(getSoundEffectsEnabled()); in onCreatePreferences()100 private boolean getSoundEffectsEnabled() { in getSoundEffectsEnabled() method in SoundFragment101 return getSoundEffectsEnabled(getActivity().getContentResolver()); in getSoundEffectsEnabled()104 public static boolean getSoundEffectsEnabled(ContentResolver contentResolver) { in getSoundEffectsEnabled() method in SoundFragment
373 mSoundsPref.setIcon(SoundFragment.getSoundEffectsEnabled(getContext().getContentResolver()) in updateSounds()