Home
last modified time | relevance | path

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

/frameworks/opt/chips/tests/src/com/android/ex/chips/
DRecipientAlternatesAdapterTest.java35 assertEquals(0, RecipientAlternatesAdapter.removeUndesiredDestinations(c, in testRemoveUndesiredDestinations()
42 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c, in testRemoveUndesiredDestinations()
50 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c, in testRemoveUndesiredDestinations()
60 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c, in testRemoveUndesiredDestinations()
70 result = RecipientAlternatesAdapter.removeUndesiredDestinations(c, in testRemoveUndesiredDestinations()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java444 final Cursor resultCursor = removeUndesiredDestinations(cursor, desiredMimeType, lookupKey); in getCursorForConstruction()
467 static Cursor removeUndesiredDestinations(final Cursor original, final String desiredMimeType, in removeUndesiredDestinations() method in RecipientAlternatesAdapter