Lines Matching refs:matches
379 ArrayList<ResolveInfo> matches = new ArrayList<ResolveInfo>();
391 // Check each registered activity to see if it matches
397 if (!matches.contains(info.resolveInfo)) {
398 matches.add(info.resolveInfo);
403 if (matches.size() == 1) {
405 ResolveInfo info = matches.get(0);
412 } else if (matches.size() > 1) {
413 // Multiple matches, show a custom activity chooser dialog
417 matches);
440 /** Returns true if the tech list filter matches the techs on the tag */