Home
last modified time | relevance | path

Searched refs:ContactSectionIndexer (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListAdapter.java33 private ContactSectionIndexer mSectionIndexer;
41 mSectionIndexer = new ContactSectionIndexer(cursor); in ContactListAdapter()
68 mSectionIndexer = new ContactSectionIndexer(newCursor); in swapCursor()
DContactSectionIndexer.java35 public class ContactSectionIndexer implements SectionIndexer { class
40 public ContactSectionIndexer(final Cursor contactsCursor) { in ContactSectionIndexer() method in ContactSectionIndexer