Searched refs:unfoundAddresses (Results 1 – 2 of 2) sorted by relevance
3139 public void matchesNotFound(final Set<String> unfoundAddresses) { in doInBackground()3141 new ArrayList<DrawableRecipientChip>(unfoundAddresses.size()); in doInBackground()3147 if (unfoundAddresses.contains( in doInBackground()3264 public void matchesNotFound(final Set<String> unfoundAddresses) { in doInBackground()
75 public void matchesNotFound(Set<String> unfoundAddresses); in matchesNotFound() argument