Searched refs:latestRunTime (Results 1 – 3 of 3) sorted by relevance
77 public long latestRunTime; field in SyncOperation131 this.latestRunTime = now; in SyncOperation()136 this.latestRunTime = now + runTimeFromNow; in SyncOperation()349 latestRunTime : in updateEffectiveRunTime()350 Math.max(Math.max(latestRunTime, delayUntil), backoff); in updateEffectiveRunTime()
131 Math.min(existingOperation.latestRunTime, operation.latestRunTime); in add()133 existingOperation.latestRunTime = newRunTime; in add()
181 copy.latestRunTime == (now + fiveSecondsFromNow * 60)); in testCopyConstructor()