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