Searched refs:expectedRuntime (Results 1 – 2 of 2) sorted by relevance
94 public long expectedRuntime; field in SyncOperation237 jobInfoExtras.putLong("expectedRuntime", expectedRuntime); in toJobInfoExtras()305 op.expectedRuntime = jobExtras.getLong("expectedRuntime"); in maybeCreateFromJobExtras()382 if (expectedRuntime != 0) { in dump()385 (expectedRuntime - SystemClock.elapsedRealtime())); in dump()
1550 syncOperation.expectedRuntime = now + minDelay; in scheduleSyncOperationH()1558 if (syncToRun.expectedRuntime > op.expectedRuntime) { in scheduleSyncOperationH()2038 res = Long.compare(op1.expectedRuntime, op2.expectedRuntime);2048 int res = Long.compare(op1.expectedRuntime, op2.expectedRuntime);