HomeSort by relevance Sort by last modified time
    Searched full:backoffdelay (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 216 long backoffDelay;
235 backoffDelay = toCopy.backoffDelay;
262 backoffDelay = -1; // if < 0 then we aren't in backoff mode
288 backoffDelay = -1; // if < 0 then we aren't in backoff mode
663 return Pair.create(authority.backoffTime, authority.backoffDelay);
688 || authorityInfo.backoffDelay != nextDelay) {
690 authorityInfo.backoffDelay = nextDelay;
699 if (authority.backoffTime == nextSyncTime && authority.backoffDelay == nextDelay) {
703 authority.backoffDelay = nextDelay
    [all...]
SyncManager.java     [all...]

Completed in 1643 milliseconds