Searched defs:repeatIntervalMs (Results 1 – 1 of 1) sorted by relevance
670 private final long repeatIntervalMs; field in ActionSchedule.ActionNode693 public ActionNode(Action action, long delayMs, long repeatIntervalMs) { in ActionNode()