Home
last modified time | relevance | path

Searched refs:lastSync (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java2329 long lastSync = c.getLong(Mailbox.CONTENT_SYNC_TIME_COLUMN); in checkMailboxes() local
2330 long sinceLastSync = now - lastSync; in checkMailboxes()