Searched refs:existingChips (Results 1 – 1 of 1) sorted by relevance
2652 final DrawableRecipientChip[] existingChips = getSortedRecipients(); in onPreExecute() local2653 for (int i = 0; i < existingChips.length; i++) { in onPreExecute()2654 originalRecipients.add(existingChips[i]); in onPreExecute()2685 DrawableRecipientChip[] existingChips = getSortedRecipients(); in doInBackground() local2686 for (int i = 0; i < existingChips.length; i++) { in doInBackground()2687 recipients.add(existingChips[i]); in doInBackground()