Searched refs:mPlayMediaNotificationSounds (Results 1 – 1 of 1) sorted by relevance
63 private CheckBoxPreference mPlayMediaNotificationSounds; field in SoundAndDisplaySettings112 …mPlayMediaNotificationSounds = (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()