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