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