Searched refs:ContactsSectionIndexer (Results 1 – 8 of 8) sorted by relevance
26 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()
28 public class ContactsSectionIndexer implements SectionIndexer { class42 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer() method in ContactsSectionIndexer
92 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper()93 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
384 ((ContactsSectionIndexer) indexer).setFavoritesHeader(numberOfItems); in setSectionHeader()515 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()517 setIndexer(new ContactsSectionIndexer(sections, counts)); in updateIndexer()
1019 if (ContactsSectionIndexer.BLANK_HEADER_STRING.equals(title)) { in updateHeaderText()
34 import com.android.contacts.list.ContactsSectionIndexer;250 public static void updateBundle(Bundle bundle, ContactsSectionIndexer indexer, in updateBundle()
59 import com.android.contacts.list.ContactsSectionIndexer;117 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper()118 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
38 -keep class com.android.contacts.list.ContactsSectionIndexer { *; }