Searched refs:otherAction (Results 1 – 1 of 1) sorted by relevance
122 public boolean matches(Runnable otherAction) { in matches() argument123 return otherAction == null && action == null in matches()124 || action != null && action.equals(otherAction); in matches()