HomeSort by relevance Sort by last modified time
    Searched full:appsnippet (Results 1 - 5 of 5) sorted by null

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 70 * appSnippet view should include R.id.app_icon and R.id.app_name
85 * appSnippet view should include R.id.app_icon and R.id.app_name
109 * appSnippet view should include R.id.app_icon and R.id.app_name
116 public static View initSnippetForNewApp(Activity pContext, AppSnippet as,
118 View appSnippet = pContext.findViewById(snippetId);
119 ((ImageView)appSnippet.findViewById(R.id.app_icon)).setImageDrawable(as.icon);
120 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
121 return appSnippet;
137 static public class AppSnippet {
140 public AppSnippet(CharSequence label, Drawable icon)
    [all...]
InstallAppProgress.java 319 final PackageUtil.AppSnippet as;
327 as = new PackageUtil.AppSnippet(pm.getApplicationLabel(mAppInfo),
PackageInstallerActivity.java 531 final PackageUtil.AppSnippet as;
548 as = new PackageUtil.AppSnippet(mPm.getApplicationLabel(mPkgInfo.applicationInfo),
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 64 final View appSnippet = mRootView.findViewById(R.id.app_snippet);
67 InstalledAppDetails.setupAppSnippet(appSnippet, label, icon,
InstalledAppDetails.java 507 final View appSnippet = mHeader.findViewById(R.id.app_snippet);
509 setupAppSnippet(appSnippet, mAppEntry.label, mAppEntry.icon,
    [all...]

Completed in 1696 milliseconds