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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
H A DWhitelist.java46 public boolean matches(FieldContext context) { method in class:Whitelist
48 if (matches(condition, context.getBundle())) {
59 private boolean matches(Bundle condition, Bundle target) { method in class:Whitelist
/packages/apps/Contacts/src/com/android/contacts/ui/
H A DQuickContactWindow.java1022 final List<ResolveInfo> matches = mPackageManager.queryIntentActivities(intent,
1027 final int size = matches.size();
1029 bestResolve = matches.get(0);
1031 bestResolve = getBestResolve(intent, matches);
1055 protected ResolveInfo getBestResolve(Intent intent, List<ResolveInfo> matches) { argument
1069 for (ResolveInfo info : matches) {
1082 return firstSystem != null ? firstSystem : matches.get(0);

Completed in 25 milliseconds