Home
last modified time | relevance | path

Searched defs:cmdLine (Results 1 – 5 of 5) sorted by relevance

/cts/tools/host/src/com/android/cts/
DCommandHistory.java88 String cmdLine = mCmdRecords.get(start); in show() local
100 final String cmdLine) { in addCommand()
139 private boolean hasCommand(final String cmdLine) { in hasCommand()
DConsoleUi.java100 String cmdLine = readLine(CUIOutputStream.CTS_PROMPT_SIGN); in startUi() local
135 String cmdLine = null; in readLine() local
890 String cmdLine = mCommandHistory.get(cmdNum); in processHistoryCommands() local
DTestHost.java320 String cmdLine = ""; in init() local
/cts/tools/host/test/com/android/cts/
DConsoleTests.java127 String cmdLine = CTSCommand.ADD + " -p " + mPath1; in testRemovePackage() local
439 String cmdLine = CONFIG_PATH; in testStartUi() local
455 String cmdLine = "start --plan demo --config " + CONFIG_PATH; in testStartPlanDirectly() local
482 String cmdLine = "start -p demo.zip --config " + CONFIG_PATH; in testStartPackageDirectly() local
DTestSessionBuilderTests.java211 String cmdLine = CTSCommand.REMOVE + " " + "-p" + " " in testGetAndRemoveEntriesFromPlanFile() local