Searched refs:secondRs (Results 1 – 1 of 1) sorted by relevance
3555 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local3559 if (secondRs == null) { in areActionsVisiblyDifferent()3560 secondRs = new RemoteInput[0]; in areActionsVisiblyDifferent()3562 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()3567 String.valueOf(secondRs[j].getLabel()))) { in areActionsVisiblyDifferent()