Searched refs:secondRs (Results 1 – 1 of 1) sorted by relevance
2807 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local2811 if (secondRs == null) { in areActionsVisiblyDifferent()2812 secondRs = new RemoteInput[0]; in areActionsVisiblyDifferent()2814 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()2819 String.valueOf(secondRs[j].getLabel()))) { in areActionsVisiblyDifferent()