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

  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 181 long backoffDelay;
192 backoffDelay = -1; // if < 0 then we aren't in backoff mode
484 return Pair.create(authority.backoffTime, authority.backoffDelay);
504 || authorityInfo.backoffDelay != nextDelay) {
506 authorityInfo.backoffDelay = nextDelay;
514 if (authority.backoffTime == nextSyncTime && authority.backoffDelay == nextDelay) {
518 authority.backoffDelay = nextDelay;
534 || authorityInfo.backoffDelay != NOT_IN_BACKOFF_MODE) {
540 + " backoffDelay was: " + authorityInfo.backoffDelay);
    [all...]
SyncManager.java     [all...]

Completed in 132 milliseconds