Searched refs:CMD_TIMEOUT_MS (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AdbScreenrecordTest.java | 82 private static final long CMD_TIMEOUT_MS = 5 * 1000; // 5 sec field in AdbScreenrecordTest 266 CMD_TIMEOUT_MS, in extractDurationAndBitrateFromVideoFileUsingAvprobe() 376 RunUtil.getDefault().runTimedCmd(CMD_TIMEOUT_MS, swName, "-version"); in verifyRequiredSoftwareIsInstalled() 385 String hostname = RunUtil.getDefault().runTimedCmd(CMD_TIMEOUT_MS, "hostname").getStdout(); in verifyRequiredSoftwareIsInstalled()
|
/tools/tradefederation/core/src/com/android/tradefed/monitoring/collector/ |
D | DeviceBatteryResourceMetricCollector.java | 63 private static final long CMD_TIMEOUT_MS = 500; field in DeviceBatteryResourceMetricCollector 71 deviceManager, descriptor.getSerial(), BATTERY_CMD, CMD_TIMEOUT_MS); in getDeviceResourceMetrics()
|
D | DeviceWifiResourceMetricCollector.java | 76 private static final long CMD_TIMEOUT_MS = 500; field in DeviceWifiResourceMetricCollector 125 deviceManager, descriptor.getSerial(), cmd, CMD_TIMEOUT_MS); in getWifiCmdResponseMatcher()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | HostOrchestratorUtil.java | 40 private static final long CMD_TIMEOUT_MS = 6 * 5 * 1000 * 1000; // 5 min field in HostOrchestratorUtil 232 getRunUtil().runTimedCmd(CMD_TIMEOUT_MS, null, null, cmd.toArray(new String[0])); in curlCommandExecution()
|