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

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

Completed in 283 milliseconds