Searched refs:matchesNotFound (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapter.java | 75 public void matchesNotFound(Set<String> unfoundAddresses); in matchesNotFound() method 142 final Set<String> matchesNotFound = new HashSet<String>(); in getMatchingRecipients() local 145 addresses, account, matchesNotFound, query, callback, permissionsCheckListener); in getMatchingRecipients() 147 getMatchingRecipientsFromExtensionMatcher(adapter, matchesNotFound, callback); in getMatchingRecipients() 152 Account account, Set<String> matchesNotFound, in getMatchingRecipientsFromDirectoryQueries() argument 157 matchesNotFound, Queries.EMAIL, callback, permissionsCheckListener); in getMatchingRecipientsFromDirectoryQueries() 162 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries() argument 176 matchesNotFound.addAll(unresolvedAddresses); in getMatchingRecipientsFromDirectoryQueries() 212 matchesNotFound.remove(address); in getMatchingRecipientsFromDirectoryQueries() 231 Set<String> matchesNotFound, RecipientMatchCallback callback) { in getMatchingRecipientsFromExtensionMatcher() argument [all …]
|
D | RecipientEditTextView.java | 2914 public void matchesNotFound(final Set<String> unfoundAddresses) { in doInBackground() 3039 public void matchesNotFound(final Set<String> unfoundAddresses) { in doInBackground()
|