Uses of Class
android.content.pm.ResolveInfo

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

Uses of ResolveInfo in android.accessibilityservice
 

Methods in android.accessibilityservice that return ResolveInfo
 ResolveInfo AccessibilityServiceInfo.getResolveInfo()
           
 

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  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.app.admin
 

Constructors in android.app.admin with parameters of type ResolveInfo
DeviceAdminInfo(Context context, ResolveInfo receiver)
           
 

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  List<ResolveInfo> PackageManager.queryBroadcastReceivers(Intent intent, int flags)
           
abstract  List<ResolveInfo> PackageManager.queryIntentActivities(Intent intent, int flags)
           
abstract  List<ResolveInfo> PackageManager.queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Intent intent, int flags)
           
abstract  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-2012. All Rights Reserved.