Home | History | Annotate | Download | only in packageinstaller

Lines Matching full:appinfo

83             ApplicationInfo appInfo, View snippetView) {
84 return initSnippetForInstalledApp(pContext, appInfo, snippetView, null);
99 ApplicationInfo appInfo, View snippetView, UserHandle user) {
101 Drawable icon = appInfo.loadIcon(pm);
107 appInfo.loadLabel(pm),
144 * @param appInfo ApplicationInfo object of package whose resources are to be loaded
148 Activity pContext, ApplicationInfo appInfo, File sourceFile) {
157 if (appInfo.labelRes != 0) {
159 label = res.getText(appInfo.labelRes);
164 label = (appInfo.nonLocalizedLabel != null) ?
165 appInfo.nonLocalizedLabel : appInfo.packageName;
171 if (appInfo.icon != 0) {
173 icon = res.getDrawable(appInfo.icon);