Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java76 public void matchesNotFound(Set<String> unfoundAddresses); in matchesNotFound() method
138 final Set<String> matchesNotFound = new HashSet<String>(); in getMatchingRecipients() local
148 Account account, Set<String> matchesNotFound, in getMatchingRecipientsFromDirectoryQueries()
157 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries()
229 Set<String> matchesNotFound, RecipientMatchCallback callback) { in getMatchingRecipientsFromExtensionMatcher()