Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java509 String allSections[] = new String[sections.length + 1]; in updateIndexer() local
512 allSections[i + 1] = sections[i]; in updateIndexer()
516 allSections[0] = ""; in updateIndexer()
517 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()