Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java238 final boolean canExecute = getCommandLine().length() > 0; in refreshUi()
365 private String getCommandLine() { in getCommandLine() method in DumpActivity
495 final String command = getCommandLine(); in doStartCommand()