Searched refs:MAX_HISTORY_SIZE (Results 1 – 1 of 1) sorted by relevance
68 private static final int MAX_HISTORY_SIZE = 32; field in DumpActivity207 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()355 final List<String> patterns = new ArrayList<>(MAX_HISTORY_SIZE); in refreshHistory()360 final List<String> queries = new ArrayList<>(MAX_HISTORY_SIZE); in refreshHistory()