Searched refs:mCommandHistory (Results 1 – 1 of 1) sorted by relevance
103 private History mCommandHistory; field in DumpActivity207 mCommandHistory = new History(mPrefs, "command_history", MAX_HISTORY_SIZE); in onCreate()208 mCommandHistory.load(); in onCreate()349 mCommandHistory.addAllTo(commands); in refreshHistory()504 mCommandHistory.add(command); in startCommand()