Home
last modified time | relevance | path

Searched refs:secondAs (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java3166 Notification.Action[] secondAs = second.actions; in areActionsVisiblyDifferent() local
3167 if (firstAs == null && secondAs != null || firstAs != null && secondAs == null) { in areActionsVisiblyDifferent()
3170 if (firstAs != null && secondAs != null) { in areActionsVisiblyDifferent()
3171 if (firstAs.length != secondAs.length) { in areActionsVisiblyDifferent()
3176 String.valueOf(secondAs[i].title))) { in areActionsVisiblyDifferent()
3180 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent()