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