Home | History | Annotate | Download | only in provider

Lines Matching refs:SYNC_LOOKBACK

503             + AccountColumns.SYNC_LOOKBACK + " integer, "
598 + MailboxColumns.SYNC_LOOKBACK + " integer, "
1290 db.execSQL("update " + Account.TABLE_NAME + " set " + AccountColumns.SYNC_LOOKBACK
1292 + AccountColumns.SYNC_LOOKBACK + " is null or "
1293 + AccountColumns.SYNC_LOOKBACK + "<" + SyncWindow.SYNC_WINDOW_1_DAY + " or "
1294 + AccountColumns.SYNC_LOOKBACK + ">" + SyncWindow.SYNC_WINDOW_ALL);
1296 db.execSQL("update " + Mailbox.TABLE_NAME + " set " + MailboxColumns.SYNC_LOOKBACK
1298 + MailboxColumns.SYNC_LOOKBACK + " is null or "
1299 + MailboxColumns.SYNC_LOOKBACK + "<" + SyncWindow.SYNC_WINDOW_1_DAY + " or "
1300 + MailboxColumns.SYNC_LOOKBACK + ">" + SyncWindow.SYNC_WINDOW_ALL);