Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java497 int allCounts[] = new int[counts.length + 1]; in updateIndexer() local
500 allCounts[i + 1] = counts[i]; in updateIndexer()
502 allCounts[0] = 1; in updateIndexer()
504 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()