Searched refs:runTimedCmdSilently (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | FastbootHelperTest.java | 114 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()
|
D | DeviceManagerTest.java | 218 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/ |
D | FastbootHelper.java | 62 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/ |
D | IRunUtil.java | 125 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently() method
|
D | RunUtil.java | 248 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/ |
D | AnrReportGenerator.java | 155 CommandResult cr = RunUtil.getDefault().runTimedCmdSilently(REPORT_GENERATION_TIMEOUT, in genereateAnrReport()
|