Searched refs:SYNC_WINDOW_ALL (Results 1 – 4 of 4) sorted by relevance
27 public static final int SYNC_WINDOW_ALL = 6; field in SyncWindow41 case SYNC_WINDOW_ALL: in toDays()
279 syncLookback = SyncWindow.SYNC_WINDOW_ALL; in onCreate()341 syncLookback <= SyncWindow.SYNC_WINDOW_ALL) { in onCreate()
1294 + AccountColumns.SYNC_LOOKBACK + ">" + SyncWindow.SYNC_WINDOW_ALL); in onUpgrade()1300 + MailboxColumns.SYNC_LOOKBACK + ">" + SyncWindow.SYNC_WINDOW_ALL); in onUpgrade()
392 if (account.mSyncLookback == SyncWindow.SYNC_WINDOW_ALL) { in synchronizeMailboxGeneric()