Searched refs:BELL_VOLUME (Results 1 – 2 of 2) sorted by relevance
220 mPreferences.getFloat(PreferenceConstants.BELL_VOLUME, in enableMediaPlayer()276 } else if (PreferenceConstants.BELL_VOLUME.equals(key)) { in onSharedPreferenceChanged()279 sharedPreferences.getFloat(PreferenceConstants.BELL_VOLUME, in onSharedPreferenceChanged()
62 public static final String BELL_VOLUME = "bellVolume"; field in PreferenceConstants