Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2271 final StatusBarNotification adjustedSbn = notificationRecord.sbn; in maybeAddAutobundleSummary() local
2272 userId = adjustedSbn.getUser().getIdentifier(); in maybeAddAutobundleSummary()
2282 adjustedSbn.getNotification().extras.getParcelable( in maybeAddAutobundleSummary()
2288 adjustedSbn.getNotification().getSmallIcon()) in maybeAddAutobundleSummary()
2293 .setColor(adjustedSbn.getNotification().color) in maybeAddAutobundleSummary()
2305 new StatusBarNotification(adjustedSbn.getPackageName(), in maybeAddAutobundleSummary()
2306 adjustedSbn.getOpPkg(), in maybeAddAutobundleSummary()
2308 adjustedSbn.getUid(), adjustedSbn.getInitialPid(), in maybeAddAutobundleSummary()
2309 summaryNotification, adjustedSbn.getUser(), in maybeAddAutobundleSummary()