Searched refs:NOTIFICATION_VIBRATE (Results 1 – 2 of 2) sorted by relevance
50 public static final String NOTIFICATION_VIBRATE = "notification-vibrate"; field in FolderPreferences.PreferenceKeys62 .add(NOTIFICATION_VIBRATE)231 return getSharedPreferences().getBoolean(PreferenceKeys.NOTIFICATION_VIBRATE, false); in isNotificationVibrateEnabled()235 getEditor().putBoolean(PreferenceKeys.NOTIFICATION_VIBRATE, enabled).apply(); in setNotificationVibrateEnabled()
393 } else if (FolderPreferences.PreferenceKeys.NOTIFICATION_VIBRATE.equals(key)) { in onPreferenceChange()815 FolderPreferences.PreferenceKeys.NOTIFICATION_VIBRATE); in loadSettings()