Searched refs:actionIndex (Results 1 – 1 of 1) sorted by relevance
217 int actionIndex = 0; in updateActions() local226 RuleAction prevAction = before.get(actionIndex); in updateActions()228 actionIndex++; in updateActions()229 if (actionIndex == before.size()) { in updateActions()232 prevAction = before.get(actionIndex); in updateActions()239 RuleAction newAction = after.get(actionIndex); in updateActions()