Searched defs:resolved (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminSettings.java419 List<ResolveInfo> resolved = packageManager.queryBroadcastReceivers(
422 if (resolved != null) {
423 final int resolvedMax = resolved.size();
425 DeviceAdminInfo deviceAdminInfo = createDeviceAdminInfo(resolved.get(j));
439 * Creates a device admin info object for the resolved intent that points to the component of
442 * @param resolved resolved intent.
445 private DeviceAdminInfo createDeviceAdminInfo(ResolveInfo resolved) { argument
447 return new DeviceAdminInfo(getActivity(), resolved);
449 Log.w(TAG, "Skipping " + resolved
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java1659 ResolveInfo resolved = mPackageManager.resolveActivity(metaIntent,
1666 if (wouldLaunchResolverActivity(resolved, appList)) {
1676 resolved = systemApp;
1678 final ActivityInfo info = resolved.activityInfo;
1711 private boolean wouldLaunchResolverActivity(ResolveInfo resolved, argument
1713 // If the list contains the above resolved activity, then it can't be
1717 if (tmp.activityInfo.name.equals(resolved.activityInfo.name)
1718 && tmp.activityInfo.packageName.equals(resolved.activityInfo.packageName)) {
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 114 milliseconds