Home
last modified time | relevance | path

Searched refs:ContactListTreeAdapter (Results 1 – 2 of 2) sorted by relevance

/packages/apps/IM/src/com/android/im/app/
DContactListTreeAdapter.java51 public class ContactListTreeAdapter extends BaseExpandableListAdapter class
143 public ContactListTreeAdapter(IImConnection conn, Activity activity) { in ContactListTreeAdapter() method in ContactListTreeAdapter
630 return ContactListTreeAdapter.this.newChildView(parent); in newChildView()
637 return ContactListTreeAdapter.this.newGroupView(parent); in newGroupView()
DContactListView.java62 private ContactListTreeAdapter mAdapter;
132 mAdapter = new ContactListTreeAdapter(conn, mScreen); in setConnection()