Searched refs:syncError (Results 1 – 1 of 1) sorted by relevance
2300 SyncError syncError = mSyncErrorMap.get(mailboxId); in checkMailboxes() local2301 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() local2628 if (syncError != null) { in done()2629 syncError.escalate(); in done()[all …]