Searched refs:backoffTime (Results 1 – 2 of 2) sorted by relevance
333 long backoffTime; field in SyncStorageEngine.AuthorityInfo352 backoffTime = toCopy.backoffTime; in AuthorityInfo()377 backoffTime = -1; // if < 0 then we aren't in backoff mode in defaultInitialisation()394 + backoffTime + ", delay=" + delayUntil; in toString()791 return Pair.create(authority.backoffTime, authority.backoffDelay); in getBackoff()820 if (authorityInfo.backoffTime == nextSyncTime in setBackoff()824 authorityInfo.backoffTime = nextSyncTime; in setBackoff()857 if (authorityInfo.backoffTime != nextSyncTime in setBackoffLocked()859 authorityInfo.backoffTime = nextSyncTime; in setBackoffLocked()874 if (authorityInfo.backoffTime != NOT_IN_BACKOFF_MODE in clearAllBackoffsLocked()[all …]
681 final long backoffTime = backoff != null ? backoff.first : 0; in scheduleSync() local695 backoffTime, in scheduleSync()860 final long backoffTime = backoff != null ? backoff.first : 0; in scheduleSync() local878 backoffTime, delayUntil, allowParallelSyncs)); in scheduleSync()894 backoffTime, delayUntil, allowParallelSyncs)); in scheduleSync()1603 if (settings.backoffTime > now) { in dumpSyncState()1604 table.set(row1++, 12, "B: " + (settings.backoffTime - now) / 1000); in dumpSyncState()