Home
last modified time | relevance | path

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

/sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
DRemoteAndroidTestRunnerTest.java58 mMockDevice.getLastShellCommand()); in testRun()
68 TEST_RUNNER), mMockDevice.getLastShellCommand()); in testRunWithLog()
80 testName, TEST_PACKAGE, TEST_RUNNER), mMockDevice.getLastShellCommand()); in testRunWithMethod()
91 TEST_PACKAGE, TEST_RUNNER), mMockDevice.getLastShellCommand()); in testRunWithPackage()
103 extraArgValue, TEST_PACKAGE, TEST_RUNNER), mMockDevice.getLastShellCommand()); in testRunWithAddInstrumentationArg()
143 public String getLastShellCommand() { in getLastShellCommand() method in RemoteAndroidTestRunnerTest.MockDevice