OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesNotFound
(Results
1 - 2
of
2
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java
73
public void
matchesNotFound
(Set<String> unfoundAddresses);
137
final Set<String>
matchesNotFound
= new HashSet<String>();
163
matchesNotFound
.addAll(unresolvedAddresses);
189
matchesNotFound
.remove(address);
206
adapter.getMatchingRecipients(
matchesNotFound
);
210
matchesNotFound
.remove(address);
214
callback.
matchesNotFound
(
matchesNotFound
);
RecipientEditTextView.java
[
all
...]
Completed in 25 milliseconds