Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java507 String allSections[] = new String[sections.length + 1]; in updateIndexer() local
510 allSections[i + 1] = sections[i]; in updateIndexer()
514 allSections[0] = ""; in updateIndexer()
515 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactEntryListAdapter.java464 String[] allSections = new String[sections.length + 1]; in updateIndexer() local
467 allSections[i + 1] = sections[i]; in updateIndexer()
471 allSections[0] = ""; in updateIndexer()
472 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()