Searched refs:secondAs (Results 1 – 1 of 1) sorted by relevance
2871 Notification.Action[] secondAs = second.actions; in areActionsVisiblyDifferent() local2872 if (firstAs == null && secondAs != null || firstAs != null && secondAs == null) { in areActionsVisiblyDifferent()2875 if (firstAs != null && secondAs != null) { in areActionsVisiblyDifferent()2876 if (firstAs.length != secondAs.length) { in areActionsVisiblyDifferent()2881 String.valueOf(secondAs[i].title))) { in areActionsVisiblyDifferent()2885 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent()