HomeSort by relevance Sort by last modified time
    Searched refs:snippetView (Results 1 - 2 of 2) sorted by null

  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 61 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) {
62 ((ImageView)snippetView.findViewById(R.id.app_icon)).setImageDrawable(icon);
63 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label);
64 return snippetView;
75 * @param snippetView the snippet view
78 ApplicationInfo appInfo, View snippetView) {
79 return initSnippetForInstalledApp(pContext, appInfo, snippetView, null);
90 * @param snippetView the snippet view
94 ApplicationInfo appInfo, View snippetView, UserHandle user) {
101 snippetView,
    [all...]
UninstallAppProgress.java 344 View snippetView = findViewById(R.id.app_snippet);
345 PackageUtil.initSnippetForInstalledApp(this, mAppInfo, snippetView);

Completed in 155 milliseconds