Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DFastbootHelperTest.java114 EasyMock.expect(mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), in testIsFastbootAvailable_oldVersion()
127 EasyMock.expect(mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), in testIsFastbootAvailable_noBinary()
142 mMockRunUtil.runTimedCmdSilently( in testGetDevice_fail()
DDeviceManagerTest.java218 mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), (String) EasyMock.anyObject(), in setUp()
395 mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), EasyMock.eq("fastboot"), in testAllocateDevice_fastboot()
402 mMockRunUtil.runTimedCmdSilently( in testAllocateDevice_fastboot()
/tools/tradefederation/core/src/com/android/tradefed/device/
DFastbootHelper.java62 CommandResult fastbootResult = mRunUtil.runTimedCmdSilently(5000, mFastbootPath, "help"); in isFastbootAvailable()
85 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getDevices()
/tools/tradefederation/core/src/com/android/tradefed/util/
DIRunUtil.java125 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently() method
DRunUtil.java248 public CommandResult runTimedCmdSilently(final long timeout, final String... command) { in runTimedCmdSilently() method in RunUtil
266 result = runTimedCmdSilently(timeout, command); in runTimedCmdSilentlyRetry()
/tools/tradefederation/core/prod-tests/src/com/android/monkey/
DAnrReportGenerator.java155 CommandResult cr = RunUtil.getDefault().runTimedCmdSilently(REPORT_GENERATION_TIMEOUT, in genereateAnrReport()