Uses of Class
android.content.pm.PackageManager

Packages that use PackageManager
android.app   
android.content   
android.content.pm   
android.view.inputmethod   
 

Uses of PackageManager in android.app
 

Methods in android.app with parameters of type PackageManager
 java.lang.CharSequence WallpaperInfo.loadAuthor(PackageManager pm)
           
 java.lang.CharSequence WallpaperInfo.loadDescription(PackageManager pm)
           
 Drawable WallpaperInfo.loadIcon(PackageManager pm)
           
 java.lang.CharSequence WallpaperInfo.loadLabel(PackageManager pm)
           
 Drawable WallpaperInfo.loadThumbnail(PackageManager pm)
           
 

Uses of PackageManager in android.content
 

Methods in android.content that return PackageManager
abstract  PackageManager Context.getPackageManager()
           
 PackageManager ContextWrapper.getPackageManager()
           
 

Methods in android.content with parameters of type PackageManager
 ComponentName Intent.resolveActivity(PackageManager pm)
           
 ActivityInfo Intent.resolveActivityInfo(PackageManager pm, int flags)
           
 

Uses of PackageManager in android.content.pm
 

Methods in android.content.pm with parameters of type PackageManager
 java.lang.CharSequence PermissionGroupInfo.loadDescription(PackageManager pm)
           
 java.lang.CharSequence ApplicationInfo.loadDescription(PackageManager pm)
           
 java.lang.CharSequence PermissionInfo.loadDescription(PackageManager pm)
           
 Drawable LabeledIntent.loadIcon(PackageManager pm)
           
 Drawable PackageItemInfo.loadIcon(PackageManager pm)
           
 Drawable ComponentInfo.loadIcon(PackageManager pm)
           
 Drawable ResolveInfo.loadIcon(PackageManager pm)
           
 java.lang.CharSequence LabeledIntent.loadLabel(PackageManager pm)
           
 java.lang.CharSequence PackageItemInfo.loadLabel(PackageManager pm)
           
 java.lang.CharSequence ComponentInfo.loadLabel(PackageManager pm)
           
 java.lang.CharSequence ResolveInfo.loadLabel(PackageManager pm)
           
 XmlResourceParser PackageItemInfo.loadXmlMetaData(PackageManager pm, java.lang.String name)
           
 

Constructors in android.content.pm with parameters of type PackageManager
ApplicationInfo.DisplayNameComparator(PackageManager pm)
           
PackageItemInfo.DisplayNameComparator(PackageManager pm)
           
ResolveInfo.DisplayNameComparator(PackageManager pm)
           
 

Uses of PackageManager in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type PackageManager
 Drawable InputMethodInfo.loadIcon(PackageManager pm)
           
 java.lang.CharSequence InputMethodInfo.loadLabel(PackageManager pm)
           
 



Copyright © 2008-2010. All Rights Reserved.