Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DSoundAndDisplaySettings.java58 … private static final String KEY_PLAY_MEDIA_NOTIFICATION_SOUNDS = "play_media_notification_sounds"; field in SoundAndDisplaySettings
112 …yMediaNotificationSounds = (CheckBoxPreference) findPreference(KEY_PLAY_MEDIA_NOTIFICATION_SOUNDS); in onCreate()