OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactsSectionIndexer
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactsSectionIndexer.java
28
public class
ContactsSectionIndexer
implements SectionIndexer {
41
public
ContactsSectionIndexer
(String[] sections, int[] counts) {
ContactEntryListAdapter.java
380
((
ContactsSectionIndexer
) indexer).setProfileHeader(
517
setIndexer(new
ContactsSectionIndexer
(allSections, allCounts));
519
setIndexer(new
ContactsSectionIndexer
(sections, counts));
Completed in 111 milliseconds