Searched refs:pkgicon (Results 1 – 2 of 2) sorted by relevance
81 public Drawable pkgicon; field in NotificationStation.HistoricalNotificationInfo291 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()