Searched refs:secondAs (Results 1 – 1 of 1) sorted by relevance
3541 Notification.Action[] secondAs = second.actions; in areActionsVisiblyDifferent() local3542 if (firstAs == null && secondAs != null || firstAs != null && secondAs == null) { in areActionsVisiblyDifferent()3545 if (firstAs != null && secondAs != null) { in areActionsVisiblyDifferent()3546 if (firstAs.length != secondAs.length) { in areActionsVisiblyDifferent()3551 String.valueOf(secondAs[i].title))) { in areActionsVisiblyDifferent()3555 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent()