Searched refs:expectedRuntime (Results 1 – 2 of 2) sorted by relevance
101 public long expectedRuntime; field in SyncOperation258 jobInfoExtras.putLong("expectedRuntime", expectedRuntime); in toJobInfoExtras()327 op.expectedRuntime = jobExtras.getLong("expectedRuntime"); in maybeCreateFromJobExtras()412 if (expectedRuntime != 0) { in dump()415 (expectedRuntime - SystemClock.elapsedRealtime())); in dump()
1525 syncOperation.expectedRuntime = now + minDelay; in scheduleSyncOperationH()1533 if (syncToRun.expectedRuntime > op.expectedRuntime) { in scheduleSyncOperationH()2044 res = Long.compare(op1.expectedRuntime, op2.expectedRuntime);2054 int res = Long.compare(op1.expectedRuntime, op2.expectedRuntime);