Searched refs:unfoundAddresses (Results 1 – 2 of 2) sorted by relevance
2758 public void matchesNotFound(final Set<String> unfoundAddresses) { in doInBackground()2760 new ArrayList<DrawableRecipientChip>(unfoundAddresses.size()); in doInBackground()2766 if (unfoundAddresses.contains( in doInBackground()2883 public void matchesNotFound(final Set<String> unfoundAddresses) { in doInBackground()
76 public void matchesNotFound(Set<String> unfoundAddresses); in matchesNotFound() argument