Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DSearchFragment.java120 mAdapter = new HistoryListAdapter(getContext(), mHistoryList); in onViewCreated()
183 private class HistoryListAdapter extends ArrayAdapter<String> { class in SearchFragment
185 public HistoryListAdapter(Context context, List<String> list) { in HistoryListAdapter() method in SearchFragment.HistoryListAdapter