Searched refs:runTimedCmdSilently (Results 1 – 12 of 12) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/ |
D | RustBinaryHostTestTest.java | 105 mMockRunUtil.runTimedCmdSilently( in mockCountTests() 222 mMockRunUtil.runTimedCmdSilently( in testRunFail_list() 273 mMockRunUtil.runTimedCmdSilently( in testExcludeFilter() 314 mMockRunUtil.runTimedCmdSilently( in testIncludeExcludeFilter() 360 mMockRunUtil.runTimedCmdSilently( in testMultipleIncludeExcludeFilter() 372 mMockRunUtil.runTimedCmdSilently( in testMultipleIncludeExcludeFilter()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitorTest.java | 120 mRunUtil.runTimedCmdSilently( in testGetAdditionalHostInfo() 129 EasyMock.expect(mRunUtil.runTimedCmdSilently(EasyMock.anyInt(), EasyMock.eq(KRBSTATUS_CMD))) in testGetAdditionalHostInfo() 158 mRunUtil.runTimedCmdSilently( in testGetAdditionalHostInfo_commandFailed() 169 EasyMock.expect(mRunUtil.runTimedCmdSilently(EasyMock.anyInt(), EasyMock.eq(KRBSTATUS_CMD))) in testGetAdditionalHostInfo_commandFailed()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | FastbootHelperTest.java | 127 EasyMock.expect(mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), in testIsFastbootAvailable_oldVersion() 139 EasyMock.expect(mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), in testIsFastbootAvailable_noBinary() 153 mMockRunUtil.runTimedCmdSilently( in testGetDevice_fail() 194 mMockRunUtil.runTimedCmdSilently( in testGetBootloaderAndFastbootdDevices()
|
D | DeviceManagerTest.java | 230 mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), (String) EasyMock.anyObject(), in setUp() 480 mMockRunUtil.runTimedCmdSilently(EasyMock.anyLong(), EasyMock.eq("fastboot"), in testAllocateDevice_fastboot() 487 mMockRunUtil.runTimedCmdSilently( in testAllocateDevice_fastboot()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | FastbootHelper.java | 65 CommandResult fastbootResult = mRunUtil.runTimedCmdSilently(15000, mFastbootPath, "help"); in isFastbootAvailable() 87 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getDevices() 106 mRunUtil.runTimedCmdSilently(FASTBOOT_CMD_TIMEOUT, mFastbootPath, "devices"); in getBootloaderAndFastbootdDevices()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 284 public CommandResult runTimedCmdSilently(final long timeout, final String... command) { in runTimedCmdSilently() method in RunUtil 301 result = runTimedCmdSilently(timeout, command); in runTimedCmdSilentlyRetry()
|
D | IRunUtil.java | 145 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently() method
|
D | FileUtil.java | 245 CommandResult result = RunUtil.getDefault().runTimedCmdSilently(10 * 1000, sChmod); in chmodExists()
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | AnrReportGenerator.java | 177 RunUtil.getDefault().runTimedCmdSilently(REPORT_GENERATION_TIMEOUT, command); in genereateAnrReport()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterDeviceMonitor.java | 228 final CommandResult result = getRunUtil().runTimedCmdSilently(mHostInfoCmdTimeout, cmd); in getAdditionalHostInfo()
|
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | ClearcutClient.java | 220 .runTimedCmdSilently(60000L, "git", "config", "--get", "user.email"); in isGoogleUser()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/ |
D | RustBinaryHostTest.java | 170 .runTimedCmdSilently(mTestTimeout, listCommandLine.toArray(new String[0])); in countTests()
|