Searched refs:runTimedCmdWithInput (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | IRunUtil.java | 150 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput() method 161 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput() method
|
D | RunUtil.java | 225 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() method in RunUtil 227 return runTimedCmdWithInput(timeout, input, ArrayUtil.list(command)); in runTimedCmdWithInput() 234 public CommandResult runTimedCmdWithInput(final long timeout, String input, in runTimedCmdWithInput() method in RunUtil
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | GCSFileDownloaderFuncTest.java | 63 .runTimedCmdWithInput( in setUpBeforeClass()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | SdkAvdPreparerTest.java | 250 EasyMock.expect(mMockRunUtil.runTimedCmdWithInput(EasyMock.anyLong(), in setCreateAvdResponse()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | SdkAvdPreparer.java | 405 CommandResult result = mRunUtil.runTimedCmdWithInput(getAvdTimeoutMS(), in createAvdForTarget()
|