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.java75 public void matchesNotFound(Set<String> unfoundAddresses); in matchesNotFound() method
142 final Set<String> matchesNotFound = new HashSet<String>(); in getMatchingRecipients() local
152 Account account, Set<String> matchesNotFound, in getMatchingRecipientsFromDirectoryQueries()
162 Account account, Set<String> matchesNotFound, Queries.Query query, in getMatchingRecipientsFromDirectoryQueries()
231 Set<String> matchesNotFound, RecipientMatchCallback callback) { in getMatchingRecipientsFromExtensionMatcher()