Searched refs:summaryAttr (Results 1 – 2 of 2) sorted by relevance
434 NotificationAttributes summaryAttr); in addAutoGroupSummary() argument436 void updateAutogroupSummary(int userId, String pkg, NotificationAttributes summaryAttr); in updateAutogroupSummary() argument
999 NotificationAttributes summaryAttr, boolean isAppForeground) { in updateAutobundledSummaryLocked() argument1015 !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 …]