Searched refs:pkgicon (Results 1 – 1 of 1) sorted by relevance
66 public Drawable pkgicon; field in NotificationStation.HistoricalNotificationInfo278 info.pkgicon = loadPackageIconDrawable(info.pkg, info.user); in loadNotifications()547 if (mInfo.pkgicon != null) { in onBindViewHolder()548 ((ImageView) row.findViewById(R.id.pkgicon)).setImageDrawable(mInfo.pkgicon); in onBindViewHolder()