Searched refs:getSortedRecipients (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java455 DrawableRecipientChip[] chips = getSortedRecipients();
1177 DrawableRecipientChip[] chips = getSortedRecipients();
1274 DrawableRecipientChip[] chips = getSortedRecipients();
1589 DrawableRecipientChip[] recips = getSortedRecipients();
2086 /* package */DrawableRecipientChip[] getSortedRecipients() { method in class:RecipientEditTextView
2214 DrawableRecipientChip[] recipients = getSortedRecipients();
2271 DrawableRecipientChip[] recipients = getSortedRecipients();
2845 final DrawableRecipientChip[] existingChips = getSortedRecipients();
2876 DrawableRecipientChip[] existingChips = getSortedRecipients();
3235 final DrawableRecipientChip[] recips = getSortedRecipients();
[all...]
/frameworks/opt/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 61 milliseconds