Searched refs:History (Results 1 – 2 of 2) sorted by relevance
25 public class History { class34 public History(SharedPreferences prefs, String sharedPrefKey, int maxSize) { in History() method in History
50 import com.android.dumpviewer.utils.History;103 private History mCommandHistory;104 private History mRegexpHistory;105 private History mSearchHistory;207 mCommandHistory = new History(mPrefs, "command_history", MAX_HISTORY_SIZE); in onCreate()209 mRegexpHistory = new History(mPrefs, "regexp_history", MAX_HISTORY_SIZE); in onCreate()211 mSearchHistory = new History(mPrefs, "search_history", MAX_HISTORY_SIZE); in onCreate()