OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContactListAdapter
(Results
1 - 3
of
3
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java
47
ContactListAdapter
adapter = new
ContactListAdapter
(this, cursor);
56
public static class
ContactListAdapter
extends CursorAdapter implements Filterable {
57
public
ContactListAdapter
(Context context, Cursor c) {
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListAdapter.java
30
public class
ContactListAdapter
extends CursorAdapter implements SectionIndexer {
35
public
ContactListAdapter
(final Context context, final Cursor cursor,
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java
39
public abstract class
ContactListAdapter
extends ContactEntryListAdapter {
117
public
ContactListAdapter
(Context context) {
Completed in 78 milliseconds