Home | History | Annotate | Download | only in settings

Lines Matching full:resolved

1333         for (ResolveInfo resolved : results) {
1334 if (!resolved.system) {
1338 ActivityInfo activityInfo = resolved.activityInfo;
1341 Log.w(LOG_TAG, "Found " + resolved.activityInfo.name + " for action "
1349 Log.w(LOG_TAG, "Activity " + resolved.activityInfo.name + " has unknown "