Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java3068 final DrawableRecipientChip[] existingChips = getSortedRecipients(); in onPreExecute() local
3069 Collections.addAll(originalRecipients, existingChips); in onPreExecute()
3099 DrawableRecipientChip[] existingChips = getSortedRecipients(); in doInBackground() local
3100 Collections.addAll(recipients, existingChips); in doInBackground()