Searched refs:ConferenceProfileAdapter (Results 1 – 2 of 2) sorted by relevance
36 public class ConferenceProfileAdapter extends RecyclerView.Adapter<ConferenceProfileViewHolder> { class41 public ConferenceProfileAdapter(Context context) { in ConferenceProfileAdapter() method in ConferenceProfileAdapter
54 private ConferenceProfileAdapter mConfProfileAdapter;80 mConfProfileAdapter = new ConferenceProfileAdapter(getContext()); in onCreateView()