Searched refs:removeUndesiredDestinations (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java35 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/
H A DRecipientAlternatesAdapter.java444 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey);
467 static Cursor removeUndesiredDestinations(final Cursor original, final String desiredMimeType, method in class:RecipientAlternatesAdapter

Completed in 963 milliseconds