Home | History | Annotate | Download | only in content

Lines Matching refs:backoffTime

202         long backoffTime;
220 backoffTime = toCopy.backoffTime;
237 backoffTime = -1; // if < 0 then we aren't in backoff mode
578 if (authority == null || authority.backoffTime < 0) {
581 return Pair.create(authority.backoffTime, authority.backoffDelay);
604 if (authorityInfo.backoffTime != nextSyncTime
606 authorityInfo.backoffTime = nextSyncTime;
616 if (authority.backoffTime == nextSyncTime && authority.backoffDelay == nextDelay) {
619 authority.backoffTime = nextSyncTime;
636 if (authorityInfo.backoffTime != NOT_IN_BACKOFF_MODE
643 + " backoffTime was: " + authorityInfo.backoffTime
646 authorityInfo.backoffTime = NOT_IN_BACKOFF_MODE;