Searched refs:appendActionNode (Results 1 – 1 of 1) sorted by relevance
146 return appendActionNode(new ActionNode(action, currentDelayMs)); in apply()157 return appendActionNode(new ActionNode(action, currentDelayMs, intervalMs)); in repeat()590 private Builder appendActionNode(ActionNode actionNode) { in appendActionNode() method in ActionSchedule.Builder