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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java332 DrawableRecipientChip[] chips = getSortedRecipients();
830 DrawableRecipientChip[] chips = getSortedRecipients();
926 DrawableRecipientChip[] chips = getSortedRecipients();
1238 DrawableRecipientChip[] recips = getSortedRecipients();
1696 DrawableRecipientChip[] chips = getSortedRecipients();
1709 DrawableRecipientChip [] chips = getSortedRecipients();
1719 /* package */DrawableRecipientChip[] getSortedRecipients() { method in class:RecipientEditTextView
1847 DrawableRecipientChip[] recipients = getSortedRecipients();
1904 DrawableRecipientChip[] recipients = getSortedRecipients();
2447 final DrawableRecipientChip[] existingChips = getSortedRecipients();
[all...]
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java58 public DrawableRecipientChip[] getSortedRecipients() { method in class:ChipsTest.BaseMockRecipientEditTextView
87 public DrawableRecipientChip[] getSortedRecipients() { method in class:ChipsTest.MockRecipientEditTextView
289 assertEquals(view.getSortedRecipients(), null);

Completed in 65 milliseconds