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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java455 DrawableRecipientChip[] chips = getSortedRecipients();
1179 DrawableRecipientChip[] chips = getSortedRecipients();
1276 DrawableRecipientChip[] chips = getSortedRecipients();
1590 DrawableRecipientChip[] recips = getSortedRecipients();
2087 /* package */DrawableRecipientChip[] getSortedRecipients() { method in class:RecipientEditTextView
2215 DrawableRecipientChip[] recipients = getSortedRecipients();
2272 DrawableRecipientChip[] recipients = getSortedRecipients();
2846 final DrawableRecipientChip[] existingChips = getSortedRecipients();
2877 DrawableRecipientChip[] existingChips = getSortedRecipients();
3236 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 95 milliseconds