Searched refs:secondRs (Results 1 – 1 of 1) sorted by relevance
3172 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local3176 if (secondRs == null) { in areActionsVisiblyDifferent()3177 secondRs = new RemoteInput[0]; in areActionsVisiblyDifferent()3179 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()3184 String.valueOf(secondRs[j].getLabel()))) { in areActionsVisiblyDifferent()