Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2793 Notification.Action[] secondAs = second.actions; in areActionsVisiblyDifferent() local
2794 if (firstAs == null && secondAs != null || firstAs != null && secondAs == null) { in areActionsVisiblyDifferent()
2797 if (firstAs != null && secondAs != null) { in areActionsVisiblyDifferent()
2798 if (firstAs.length != secondAs.length) { in areActionsVisiblyDifferent()
2803 String.valueOf(secondAs[i].title))) { in areActionsVisiblyDifferent()
2807 RemoteInput[] secondRs = secondAs[i].getRemoteInputs(); in areActionsVisiblyDifferent()