Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java848 Drawable pkgicon = null; in inflateGuts() local
856 pkgicon = pmUser.getApplicationIcon(info); in inflateGuts()
861 pkgicon = pmUser.getDefaultActivityIcon(); in inflateGuts()
863 ((ImageView) row.findViewById(android.R.id.icon)).setImageDrawable(pkgicon); in inflateGuts()