OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeUndesiredDestinations
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java
35
assertEquals(0, RecipientAlternatesAdapter.
removeUndesiredDestinations
(c,
42
result = RecipientAlternatesAdapter.
removeUndesiredDestinations
(c,
50
result = RecipientAlternatesAdapter.
removeUndesiredDestinations
(c,
60
result = RecipientAlternatesAdapter.
removeUndesiredDestinations
(c,
70
result = RecipientAlternatesAdapter.
removeUndesiredDestinations
(c,
/frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java
433
final Cursor resultCursor =
removeUndesiredDestinations
(cursor, desiredMimeType, lookupKey);
456
static Cursor
removeUndesiredDestinations
(final Cursor original, final String desiredMimeType,
Completed in 205 milliseconds