Searched refs:allCounts (Results 1 – 1 of 1) sorted by relevance
510 int allCounts[] = new int[counts.length + 1]; in updateIndexer() local513 allCounts[i + 1] = counts[i]; in updateIndexer()515 allCounts[0] = 1; in updateIndexer()517 setIndexer(new ContactsSectionIndexer(allSections, allCounts)); in updateIndexer()