Searched defs:effectiveRunTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java86 public long effectiveRunTime; field in class:SyncOperation
87 /** Amount of time before {@link #effectiveRunTime} from which this sync can run. */
222 .append(effectiveRunTime);
345 effectiveRunTime = ignoreBackoff() ?
361 long thisIntervalStart = Math.max(effectiveRunTime - flexTime, 0);
363 other.effectiveRunTime - other.flexTime, 0);

Completed in 82 milliseconds