Home | History | Annotate | Download | only in packageinstaller

Lines Matching full:pcontext

88      * @param pContext context of package that can load the resources
92 public static View initSnippetForInstalledApp(Activity pContext,
94 return initSnippetForInstalledApp(pContext, appInfo, snippetView, null);
103 * @param pContext context of package that can load the resources
108 public static View initSnippetForInstalledApp(Activity pContext,
110 final PackageManager pm = pContext.getPackageManager();
113 icon = pContext.getPackageManager().getUserBadgedIcon(icon, user);
127 * @param pContext context of package that can load the resources
131 public static View initSnippetForNewApp(Activity pContext, AppSnippet as,
133 View appSnippet = pContext.findViewById(snippetId);
164 * @param pContext context of package that can load the resources
169 Activity pContext, ApplicationInfo appInfo, File sourceFile) {
171 Resources pRes = pContext.getResources();
198 icon = pContext.getPackageManager().getDefaultActivityIcon();