Searched refs:nextExecutionTime (Results 1 – 1 of 1) sorted by relevance
171 long nextExecutionTime = in scheduleIfNeeded() local173 JobInfo jobInfo = buildJobInfo(context, flags, nextExecutionTime); in scheduleIfNeeded()291 private static JobInfo buildJobInfo(Context context, Flags flags, long nextExecutionTime) {303 if (nextExecutionTime > System.currentTimeMillis()) {304 builder.setMinimumLatency(nextExecutionTime - System.currentTimeMillis());