Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java434 NotificationAttributes summaryAttr); in addAutoGroupSummary() argument
436 void updateAutogroupSummary(int userId, String pkg, NotificationAttributes summaryAttr); in updateAutogroupSummary() argument
DNotificationManagerService.java999 NotificationAttributes summaryAttr, boolean isAppForeground) { in updateAutobundledSummaryLocked() argument
1015 !summaryAttr.icon.sameAs(summary.getSbn().getNotification().getSmallIcon()) in updateAutobundledSummaryLocked()
1016 || summaryAttr.iconColor != summary.getSbn().getNotification().color in updateAutobundledSummaryLocked()
1017 || summaryAttr.visibility != summary.getSbn().getNotification().visibility; in updateAutobundledSummaryLocked()
1019 if (oldFlags != summaryAttr.flags || attributesUpdated) { in updateAutobundledSummaryLocked()
1021 summaryAttr.flags != GroupHelper.FLAG_INVALID ? summaryAttr.flags : oldFlags; in updateAutobundledSummaryLocked()
1022 summary.getSbn().getNotification().setSmallIcon(summaryAttr.icon); in updateAutobundledSummaryLocked()
1023 summary.getSbn().getNotification().color = summaryAttr.iconColor; in updateAutobundledSummaryLocked()
1024 summary.getSbn().getNotification().visibility = summaryAttr.visibility; in updateAutobundledSummaryLocked()
2846 NotificationAttributes summaryAttr) { in getGroupHelper() argument
[all …]