Searched refs:LAST_FULL_SYNC_TIME (Results 1 – 7 of 7) sorted by relevance
230 final long lastFullSyncTime = prefs.getLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, -1L); in delayUntilFullSync()334 prefs.putLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, in resetLastSyncTimestamps()
226 MailboxColumns.LAST_FULL_SYNC_TIME623 values.put(MailboxColumns.LAST_FULL_SYNC_TIME, mLastFullSyncTime); in toContentValues()649 values.put(MailboxColumns.LAST_FULL_SYNC_TIME, syncTime); in updateLastFullSyncTime()
1797 public static final String LAST_FULL_SYNC_TIME = "lastFullSyncTime"; field
46 public static final String LAST_FULL_SYNC_TIME field in BuglePrefsKeys
142 prefs.putLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, -1); in showDebugOptions()
380 prefs.putLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, startTimestamp); in processBackgroundResponse()461 prefs.putLong(BuglePrefsKeys.LAST_FULL_SYNC_TIME, startTimestamp); in processBackgroundResponse()
614 + MailboxColumns.LAST_FULL_SYNC_TIME + " integer" in createMailboxTable()1327 … + " add column " + MailboxColumns.LAST_FULL_SYNC_TIME +" integer" + ";"); in onUpgrade()1329 cv.put(MailboxColumns.LAST_FULL_SYNC_TIME, 0); in onUpgrade()