HomeSort by relevance Sort by last modified time
    Searched refs:effectiveRunTime (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 86 public long effectiveRunTime;
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);
SyncQueue.java 262 if (operation.effectiveRunTime <= now) {
265 sb.append(DateUtils.formatElapsedTime((operation.effectiveRunTime - now) / 1000));
SyncManager.java     [all...]

Completed in 382 milliseconds