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

  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java 33 private ContactSectionIndexer mSectionIndexer;
41 mSectionIndexer = new ContactSectionIndexer(cursor);
68 mSectionIndexer = new ContactSectionIndexer(newCursor);
ContactSectionIndexer.java 35 public class ContactSectionIndexer implements SectionIndexer {
40 public ContactSectionIndexer(final Cursor contactsCursor) {

Completed in 342 milliseconds