From f0f13aeadd5c9f9cfe19e6b115b3501705a97076 Mon Sep 17 00:00:00 2001 From: Ken Shirriff Date: Thu, 20 Aug 2009 13:19:14 -0700 Subject: [PATCH] Add calendar sliding windows setting. GOOGLE_CALENDAR_SYNC_WINDOW_UPDATE_DAYS indicates how often to update the calendar sync window. --- core/java/android/provider/Settings.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 18610959a5df9..84e07f08aa8b4 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -3389,6 +3389,13 @@ public final class Settings { public static final String GOOGLE_CALENDAR_SYNC_WINDOW_DAYS = "google_calendar_sync_window_days"; + /** + * How often to update the calendar sync window. + * The window will be advanced every n days. + */ + public static final String GOOGLE_CALENDAR_SYNC_WINDOW_UPDATE_DAYS = + "google_calendar_sync_window_update_days"; + /** * @deprecated * @hide