Searched refs:HistoryListAdapter (Results 1 – 1 of 1) sorted by relevance
120 mAdapter = new HistoryListAdapter(getContext(), mHistoryList); in onViewCreated()183 private class HistoryListAdapter extends ArrayAdapter<String> { class in SearchFragment185 public HistoryListAdapter(Context context, List<String> list) { in HistoryListAdapter() method in SearchFragment.HistoryListAdapter