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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardActivityLauncher.java75 ResolveInfo resolved = packageManager.resolveActivityAsUser(intent,
78 if (DEBUG) Log.d(TAG, "getCameraWidgetInfo(): resolved: " + resolved);
79 if (wouldLaunchResolverActivity(resolved, appList)) {
83 if (resolved == null || resolved.activityInfo == null) {
86 if (resolved.activityInfo.metaData == null || resolved.activityInfo.metaData.isEmpty()) {
90 int layoutId = resolved.activityInfo.metaData.getInt(META_DATA_KEYGUARD_LAYOUT);
95 info.contextPackage = resolved
267 wouldLaunchResolverActivity(ResolveInfo resolved, List<ResolveInfo> appList) argument
[all...]

Completed in 85 milliseconds