Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactEntryListAdapter.java508 int allCounts[] = new int[counts.length + 1]; in updateIndexer() local
511 allCounts[i + 1] = counts[i]; in updateIndexer()
513 allCounts[0] = 1; in updateIndexer()
515 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()