Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/group/
DGroupUtilTest.java26 import com.android.contacts.list.ContactsSectionIndexer;
56 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); in testUpdateBundle_smallSet()
104 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
DGroupMemberPickerFragment.java92 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper()
93 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
DContactEntryListAdapter.java384 ((ContactsSectionIndexer) indexer).setFavoritesHeader(numberOfItems); in setSectionHeader()
515 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()
517 setIndexer(new ContactsSectionIndexer(sections, counts)); in updateIndexer()
DContactListItemView.java1019 if (ContactsSectionIndexer.BLANK_HEADER_STRING.equals(title)) { in updateHeaderText()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java34 import com.android.contacts.list.ContactsSectionIndexer;
250 public static void updateBundle(Bundle bundle, ContactsSectionIndexer indexer, in updateBundle()
DGroupMembersFragment.java59 import com.android.contacts.list.ContactsSectionIndexer;
117 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper()
118 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
/packages/apps/Contacts/
Dproguard.flags38 -keep class com.android.contacts.list.ContactsSectionIndexer { *; }