Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java103 private History mCommandHistory; field in DumpActivity
207 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()