HomeSort by relevance Sort by last modified time
    Searched refs:ContactsSectionIndexer (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactsSectionIndexer.java 28 public class ContactsSectionIndexer implements SectionIndexer {
41 public ContactsSectionIndexer(String[] sections, int[] counts) {
ContactEntryListAdapter.java 375 ((ContactsSectionIndexer) indexer).setProfileHeader(
504 setIndexer(new ContactsSectionIndexer(allSections, allCounts));
506 setIndexer(new ContactsSectionIndexer(sections, counts));

Completed in 4470 milliseconds