OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getsoundeffectsenabled
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/sound/
SoundFragment.java
61
soundPref.setChecked(
getSoundEffectsEnabled
());
100
private boolean
getSoundEffectsEnabled
() {
101
return
getSoundEffectsEnabled
(getActivity().getContentResolver());
104
public static boolean
getSoundEffectsEnabled
(ContentResolver contentResolver) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java
373
mSoundsPref.setIcon(SoundFragment.
getSoundEffectsEnabled
(getContext().getContentResolver())
Completed in 89 milliseconds