Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowDragController.java156 Drawable pkgicon = null; in getPkgIcon() local
167 pkgicon = pm.getApplicationIcon(info); in getPkgIcon()
170 pkgicon = pm.getDefaultActivityIcon(); in getPkgIcon()
174 pkgicon = pm.getDefaultActivityIcon(); in getPkgIcon()
177 return pkgicon; in getPkgIcon()
H A DFeedbackInfo.java96 Drawable pkgicon = null; in bindHeader() local
106 pkgicon = mPm.getApplicationIcon(info); in bindHeader()
110 pkgicon = mPm.getDefaultActivityIcon(); in bindHeader()
112 ((ImageView) findViewById(R.id.pkg_icon)).setImageDrawable(pkgicon); in bindHeader()