Searched refs:firstRs (Results 1 – 1 of 1) sorted by relevance
3554 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local3556 if (firstRs == null) { in areActionsVisiblyDifferent()3557 firstRs = new RemoteInput[0]; in areActionsVisiblyDifferent()3562 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()3565 for (int j = 0; j < firstRs.length; j++) { in areActionsVisiblyDifferent()3566 if (!Objects.equals(String.valueOf(firstRs[j].getLabel()), in areActionsVisiblyDifferent()