Merge "Restore sync window to PIM syncs"

This commit is contained in:
Marc Blank 2010-09-21 09:50:58 -07:00 committed by Android (Google) Code Review
commit 005db01c74

View File

@ -95,6 +95,7 @@ public abstract class AbstractSyncAdapter {
throws IOException { throws IOException {
s.tag(Tags.SYNC_DELETES_AS_MOVES); s.tag(Tags.SYNC_DELETES_AS_MOVES);
s.tag(Tags.SYNC_GET_CHANGES); s.tag(Tags.SYNC_GET_CHANGES);
s.data(Tags.SYNC_WINDOW_SIZE, PIM_WINDOW_SIZE);
s.start(Tags.SYNC_OPTIONS); s.start(Tags.SYNC_OPTIONS);
// Set the filter (lookback), if provided // Set the filter (lookback), if provided
if (filter != null) { if (filter != null) {