Searched refs:firstRs (Results 1 – 1 of 1) sorted by relevance
2884 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local2886 if (firstRs == null) { in areActionsVisiblyDifferent()2887 firstRs = new RemoteInput[0]; in areActionsVisiblyDifferent()2892 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()2895 for (int j = 0; j < firstRs.length; j++) { in areActionsVisiblyDifferent()2896 if (!Objects.equals(String.valueOf(firstRs[j].getLabel()), in areActionsVisiblyDifferent()