Searched refs:ContactsSectionIndexer (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
D | GroupUtilTest.java | 25 import com.android.contacts.list.ContactsSectionIndexer; 55 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); in testUpdateBundle_smallSet() 103 final ContactsSectionIndexer indexer = new ContactsSectionIndexer(sections, counts); in testUpdateBundle_mediumSet()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactsSectionIndexer.java | 28 public class ContactsSectionIndexer implements SectionIndexer { class 42 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer() method in ContactsSectionIndexer
|
D | ContactEntryListAdapter.java | 384 ((ContactsSectionIndexer) indexer).setFavoritesHeader(numberOfItems); in setSectionHeader() 515 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer() 517 setIndexer(new ContactsSectionIndexer(sections, counts)); in updateIndexer()
|
D | GroupMemberPickerFragment.java | 92 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper() 93 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
|
D | ContactListItemView.java | 1021 if (ContactsSectionIndexer.BLANK_HEADER_STRING.equals(title)) { in updateHeaderText()
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ContactsSectionIndexer.java | 26 public class ContactsSectionIndexer implements SectionIndexer { class 39 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer() method in ContactsSectionIndexer
|
D | ContactEntryListAdapter.java | 343 ((ContactsSectionIndexer) indexer) in setSectionHeader() 472 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer() 474 setIndexer(new ContactsSectionIndexer(sections, counts)); in updateIndexer()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupUtil.java | 34 import com.android.contacts.list.ContactsSectionIndexer; 251 public static void updateBundle(Bundle bundle, ContactsSectionIndexer indexer, in updateBundle()
|
D | GroupMembersFragment.java | 60 import com.android.contacts.list.ContactsSectionIndexer; 120 final ContactsSectionIndexer indexer = (sections == null || counts == null) in FilterCursorWrapper() 121 ? null : new ContactsSectionIndexer(sections, counts); in FilterCursorWrapper()
|
/packages/apps/Contacts/ |
D | proguard.flags | 35 -keep class com.android.contacts.list.ContactsSectionIndexer { *; }
|