Searched refs:effectiveRunTime (Results 1 – 3 of 3) sorted by relevance
86 public long effectiveRunTime; field in SyncOperation225 .append(effectiveRunTime); in dump()348 effectiveRunTime = ignoreBackoff() ? in updateEffectiveRunTime()364 long thisIntervalStart = Math.max(effectiveRunTime - flexTime, 0); in compareTo()366 other.effectiveRunTime - other.flexTime, 0); in compareTo()
262 if (operation.effectiveRunTime <= now) { in dump()265 sb.append(DateUtils.formatElapsedTime((operation.effectiveRunTime - now) / 1000)); in dump()
2613 if (op.effectiveRunTime - op.flexTime > now) { in maybeStartNextSyncH()2614 if (nextReadyToRunTime > op.effectiveRunTime) { in maybeStartNextSyncH()2615 nextReadyToRunTime = op.effectiveRunTime; in maybeStartNextSyncH()2619 + "effective: " + op.effectiveRunTime + " flex: " + op.flexTime in maybeStartNextSyncH()