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

/frameworks/base/core/java/android/content/
H A DSyncOperation.java39 public long effectiveRunTime; field in class:SyncOperation
138 effectiveRunTime = ignoreBackoff()
152 if (effectiveRunTime == other.effectiveRunTime) {
156 return effectiveRunTime < other.effectiveRunTime ? -1 : 1;

Completed in 5 milliseconds