Home
last modified time | relevance | path

Searched refs:mPlayMediaNotificationSounds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSoundAndDisplaySettings.java63 private CheckBoxPreference mPlayMediaNotificationSounds; field in SoundAndDisplaySettings
112mPlayMediaNotificationSounds = (CheckBoxPreference) findPreference(KEY_PLAY_MEDIA_NOTIFICATION_SOU… in onCreate()
174 mPlayMediaNotificationSounds.setChecked(mMountService.getPlayNotificationSounds()); in updateState()
256 } else if (preference == mPlayMediaNotificationSounds) { in onPreferenceTreeClick()
258 mMountService.setPlayNotificationSounds(mPlayMediaNotificationSounds.isChecked()); in onPreferenceTreeClick()