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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java76 public void matchesNotFound(Set<String> unfoundAddresses); method in interface:RecipientAlternatesAdapter.RecipientMatchCallback
138 final Set<String> matchesNotFound = new HashSet<String>();
141 addresses, account, matchesNotFound, query, callback);
143 getMatchingRecipientsFromExtensionMatcher(adapter, matchesNotFound, callback);
148 Account account, Set<String> matchesNotFound,
152 matchesNotFound, Queries.EMAIL, callback);
157 Account account, Set<String> matchesNotFound, Queries.Query query,
187 matchesNotFound.addAll(unresolvedAddresses);
215 matchesNotFound.remove(address);
229 Set<String> matchesNotFound, RecipientMatchCallbac
146 getMatchingRecipientsFromDirectoryQueries(Context context, Map<String, RecipientEntry> recipientEntries, Set<String> addresses, Account account, Set<String> matchesNotFound, RecipientMatchCallback callback) argument
155 getMatchingRecipientsFromDirectoryQueries(Context context, Map<String, RecipientEntry> recipientEntries, Set<String> addresses, Account account, Set<String> matchesNotFound, Queries.Query query, RecipientMatchCallback callback) argument
228 getMatchingRecipientsFromExtensionMatcher(BaseRecipientAdapter adapter, Set<String> matchesNotFound, RecipientMatchCallback callback) argument
[all...]

Completed in 69 milliseconds