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