Searched refs:KEY_ALERTS_VIBRATE (Results 1 – 2 of 2) sorted by relevance
75 public static final String KEY_ALERTS_VIBRATE = "preferences_alerts_vibrate"; field in GeneralPreferences159 mVibrate = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS_VIBRATE); in onCreate()
315 vibrate = prefs.getBoolean(GeneralPreferences.KEY_ALERTS_VIBRATE, in getDefaultVibrate()