Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java346 @NonNull NotificationAttributes oldAttr) { in updateAutobundledSummaryAttributes() argument
352 newIcon = oldAttr.icon; in updateAutobundledSummaryAttributes()
355 newColor = oldAttr.iconColor; in updateAutobundledSummaryAttributes()
358 return new NotificationAttributes(oldAttr.flags, newIcon, newColor, newAttr.visibility); in updateAutobundledSummaryAttributes()