Searched refs:firstRs (Results 1 – 1 of 1) sorted by relevance
2806 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local2808 if (firstRs == null) { in areActionsVisiblyDifferent()2809 firstRs = new RemoteInput[0]; in areActionsVisiblyDifferent()2814 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()2817 for (int j = 0; j < firstRs.length; j++) { in areActionsVisiblyDifferent()2818 if (!Objects.equals(String.valueOf(firstRs[j].getLabel()), in areActionsVisiblyDifferent()