Uses of Class
android.content.pm.ResolveInfo

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

Uses of ResolveInfo in android.app
 

Fields in android.app declared as ResolveInfo
 ResolveInfo LauncherActivity.ListItem.resolveInfo
           
 

Methods in android.app that return types with arguments of type ResolveInfo
protected  java.util.List<ResolveInfo> LauncherActivity.onQueryPackageManager(Intent queryIntent)
           
 

Constructors in android.app with parameters of type ResolveInfo
WallpaperInfo(Context context, ResolveInfo service)
           
 

Uses of ResolveInfo in android.content.pm
 

Fields in android.content.pm with type parameters of type ResolveInfo
static Parcelable.Creator<ResolveInfo> ResolveInfo.CREATOR
           
 

Methods in android.content.pm that return ResolveInfo
abstract  ResolveInfo PackageManager.resolveActivity(Intent intent, int flags)
           
abstract  ResolveInfo PackageManager.resolveService(Intent intent, int flags)
           
 

Methods in android.content.pm that return types with arguments of type ResolveInfo
abstract  java.util.List<ResolveInfo> PackageManager.queryBroadcastReceivers(Intent intent, int flags)
           
abstract  java.util.List<ResolveInfo> PackageManager.queryIntentActivities(Intent intent, int flags)
           
abstract  java.util.List<ResolveInfo> PackageManager.queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Intent intent, int flags)
           
abstract  java.util.List<ResolveInfo> PackageManager.queryIntentServices(Intent intent, int flags)
           
 

Methods in android.content.pm with parameters of type ResolveInfo
 int ResolveInfo.DisplayNameComparator.compare(ResolveInfo a, ResolveInfo b)
           
 

Uses of ResolveInfo in android.view.inputmethod
 

Constructors in android.view.inputmethod with parameters of type ResolveInfo
InputMethodInfo(Context context, ResolveInfo service)
           
 



Copyright © 2008-2010. All Rights Reserved.