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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientAlternatesAdapter.java75 public void matchesNotFound(Set<String> unfoundAddresses); method in interface:RecipientAlternatesAdapter.RecipientMatchCallback
142 final Set<String> matchesNotFound = new HashSet<String>();
145 addresses, account, matchesNotFound, query, callback, permissionsCheckListener);
147 getMatchingRecipientsFromExtensionMatcher(adapter, matchesNotFound, callback);
152 Account account, Set<String> matchesNotFound,
157 matchesNotFound, Queries.EMAIL, callback, permissionsCheckListener);
162 Account account, Set<String> matchesNotFound, Queries.Query query,
176 matchesNotFound.addAll(unresolvedAddresses);
212 matchesNotFound.remove(address);
231 Set<String> matchesNotFound, RecipientMatchCallbac
150 getMatchingRecipientsFromDirectoryQueries(Context context, Map<String, RecipientEntry> recipientEntries, Set<String> addresses, Account account, Set<String> matchesNotFound, RecipientMatchCallback callback, ChipsUtil.PermissionsCheckListener permissionsCheckListener) argument
160 getMatchingRecipientsFromDirectoryQueries(Context context, Map<String, RecipientEntry> recipientEntries, Set<String> addresses, Account account, Set<String> matchesNotFound, Queries.Query query, RecipientMatchCallback callback, ChipsUtil.PermissionsCheckListener permissionsCheckListener) argument
230 getMatchingRecipientsFromExtensionMatcher(BaseRecipientAdapter adapter, Set<String> matchesNotFound, RecipientMatchCallback callback) argument
[all...]
H A DRecipientEditTextView.java2913 public void matchesNotFound(final Set<String> unfoundAddresses) {
3038 public void matchesNotFound(final Set<String> unfoundAddresses) {

Completed in 644 milliseconds