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()387 if (expectedRuntime != 0) { in dump()390 (expectedRuntime - SystemClock.elapsedRealtime())); in dump()
1521 syncOperation.expectedRuntime = now + minDelay; in scheduleSyncOperationH()1529 if (syncToRun.expectedRuntime > op.expectedRuntime) { in scheduleSyncOperationH()2014 res = Long.compare(op1.expectedRuntime, op2.expectedRuntime);2024 int res = Long.compare(op1.expectedRuntime, op2.expectedRuntime);