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