Searched refs:ContactSectionIndexer (Results 1 – 2 of 2) sorted by relevance
33 private ContactSectionIndexer mSectionIndexer;41 mSectionIndexer = new ContactSectionIndexer(cursor); in ContactListAdapter()68 mSectionIndexer = new ContactSectionIndexer(newCursor); in swapCursor()
35 public class ContactSectionIndexer implements SectionIndexer { class40 public ContactSectionIndexer(final Cursor contactsCursor) { in ContactSectionIndexer() method in ContactSectionIndexer