Searched refs:getSoundEffectsEnabled (Results 1 – 3 of 3) sorted by relevance
81 public static boolean getSoundEffectsEnabled(ContentResolver contentResolver) { in getSoundEffectsEnabled() method in DisplaySoundFragment112 soundPref.setChecked(getSoundEffectsEnabled()); in onCreatePreferences()174 private boolean getSoundEffectsEnabled() { in getSoundEffectsEnabled() method in DisplaySoundFragment175 return getSoundEffectsEnabled(getActivity().getContentResolver()); in getSoundEffectsEnabled()
135 get() = getSoundEffectsEnabled(requireActivity().contentResolver)213 fun getSoundEffectsEnabled(contentResolver: ContentResolver?): Boolean { in getSoundEffectsEnabled() method
2275 PLcom/android/tv/settings/device/DevicePrefFragment;->getSoundEffectsEnabled()Z