Searched refs:mSearchHistory (Results 1 – 1 of 1) sorted by relevance
105 private History mSearchHistory; field in DumpActivity211 mSearchHistory = new History(mPrefs, "search_history", MAX_HISTORY_SIZE); in onCreate()212 mSearchHistory.load(); in onCreate()361 mSearchHistory.addAllTo(queries); in refreshHistory()477 mSearchHistory.add(query); in doFindNextOrPrev()