| Package | Description |
|---|---|
| android.accessibilityservice | |
| android.app | |
| android.app.admin | |
| android.content.pm | |
| android.view.inputmethod |
| Modifier and Type | Method and Description |
|---|---|
ResolveInfo |
AccessibilityServiceInfo.getResolveInfo() |
| Modifier and Type | Field and Description |
|---|---|
ResolveInfo |
LauncherActivity.ListItem.resolveInfo |
| Modifier and Type | Method and Description |
|---|---|
protected List<ResolveInfo> |
LauncherActivity.onQueryPackageManager(Intent queryIntent) |
| Constructor and Description |
|---|
WallpaperInfo(Context context,
ResolveInfo service) |
| Constructor and Description |
|---|
DeviceAdminInfo(Context context,
ResolveInfo receiver) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ResolveInfo> |
ResolveInfo.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
abstract ResolveInfo |
PackageManager.resolveActivity(Intent intent,
int flags) |
abstract ResolveInfo |
PackageManager.resolveService(Intent intent,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
ResolveInfo.DisplayNameComparator.compare(ResolveInfo a,
ResolveInfo b) |
| Constructor and Description |
|---|
InputMethodInfo(Context context,
ResolveInfo service) |
Copyright © 2008-2013. All Rights Reserved.