Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/group/
DGroupUtilTest.java25 import com.android.contacts.list.ContactsSectionIndexer;
55 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); in testUpdateBundle_smallSet()
103 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); in testUpdateBundle_mediumSet()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsSectionIndexer.java28 public class ContactsSectionIndexer implements SectionIndexer { class
42 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer() method in ContactsSectionIndexer
DContactEntryListAdapter.java384 ((ContactsSectionIndexer) indexer).setFavoritesHeader(numberOfItems); in setSectionHeader()
515 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()
517 setIndexer(new ContactsSectionIndexer(sections, counts)); in updateIndexer()
DGroupMemberPickerFragment.java92 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper()
93 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
DContactListItemView.java1021 if (ContactsSectionIndexer.BLANK_HEADER_STRING.equals(title)) { in updateHeaderText()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactsSectionIndexer.java26 public class ContactsSectionIndexer implements SectionIndexer { class
39 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer() method in ContactsSectionIndexer
DContactEntryListAdapter.java343 ((ContactsSectionIndexer) indexer) in setSectionHeader()
472 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()
474 setIndexer(new ContactsSectionIndexer(sections, counts)); in updateIndexer()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java34 import com.android.contacts.list.ContactsSectionIndexer;
251 public static void updateBundle(Bundle bundle, ContactsSectionIndexer indexer, in updateBundle()
DGroupMembersFragment.java60 import com.android.contacts.list.ContactsSectionIndexer;
120 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper()
121 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
/packages/apps/Contacts/
Dproguard.flags35 -keep class com.android.contacts.list.ContactsSectionIndexer { *; }