OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactSectionIndexer
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java
33
private
ContactSectionIndexer
mSectionIndexer;
41
mSectionIndexer = new
ContactSectionIndexer
(cursor);
68
mSectionIndexer = new
ContactSectionIndexer
(newCursor);
ContactSectionIndexer.java
35
public class
ContactSectionIndexer
implements SectionIndexer {
40
public
ContactSectionIndexer
(final Cursor contactsCursor) {
Completed in 342 milliseconds