Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java2300 SyncError syncError = mSyncErrorMap.get(mailboxId); in checkMailboxes() local
2301 if (syncError != null) { in checkMailboxes()
2303 if (syncError.fatal) continue; in checkMailboxes()
2304 if (now < syncError.holdEndTime) { in checkMailboxes()
2307 if (syncError.holdEndTime < now + nextWait) { in checkMailboxes()
2308 nextWait = syncError.holdEndTime - now; in checkMailboxes()
2314 syncError.holdEndTime = 0; in checkMailboxes()
2594 SyncError syncError = errorMap.get(mailboxId); in done() local
2628 if (syncError != null) { in done()
2629 syncError.escalate(); in done()
[all …]