Searched refs:getSoundEffectsEnabled (Results 1 – 2 of 2) sorted by relevance
58 public static boolean getSoundEffectsEnabled(ContentResolver contentResolver) { in getSoundEffectsEnabled() method in DisplaySoundFragment87 soundPref.setChecked(getSoundEffectsEnabled()); in onCreatePreferences()108 private boolean getSoundEffectsEnabled() { in getSoundEffectsEnabled() method in DisplaySoundFragment109 return getSoundEffectsEnabled(getActivity().getContentResolver()); in getSoundEffectsEnabled()
125 mSoundsSwitchPref.setChecked(getSoundEffectsEnabled()); in onCreatePreferences()222 public boolean getSoundEffectsEnabled() { in getSoundEffectsEnabled() method in DevicePrefFragment