Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java81 public Drawable pkgicon; field in NotificationStation.HistoricalNotificationInfo
291 info.pkgicon = loadPackageIconDrawable(info.pkg, info.user); in loadNotifications()
614 if (mInfo.pkgicon != null) { in onBindViewHolder()
615 ((ImageView) row.findViewById(R.id.pkgicon)).setImageDrawable(mInfo.pkgicon); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/notification/history/
DNotificationStation.java86 public Drawable pkgicon; field in NotificationStation.HistoricalNotificationInfo