Searched refs:ContactListTreeAdapter (Results 1 – 2 of 2) sorted by relevance
51 public class ContactListTreeAdapter extends BaseExpandableListAdapter class143 public ContactListTreeAdapter(IImConnection conn, Activity activity) { in ContactListTreeAdapter() method in ContactListTreeAdapter630 return ContactListTreeAdapter.this.newChildView(parent); in newChildView()637 return ContactListTreeAdapter.this.newGroupView(parent); in newGroupView()
62 private ContactListTreeAdapter mAdapter;132 mAdapter = new ContactListTreeAdapter(conn, mScreen); in setConnection()