Home
last modified time | relevance | path

Searched refs:maxTimeToOutputMs (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java436 Long maxTimeToOutputMs, in runDeviceTests() argument
447 maxTimeToOutputMs, in runDeviceTests()
505 Long maxTimeToOutputMs, in runDeviceTests() argument
519 maxTimeToOutputMs, in runDeviceTests()
554 Long maxTimeToOutputMs, in runDeviceTests() argument
571 maxTimeToOutputMs, in runDeviceTests()
628 Long maxTimeToOutputMs, in doRunTests() argument
665 if (maxTimeToOutputMs != null) { in doRunTests()
666 testRunner.setMaxTimeToOutputResponse(maxTimeToOutputMs, TimeUnit.MILLISECONDS); in doRunTests()
DDeviceTestRunOptions.java131 public DeviceTestRunOptions setMaxTimeToOutputMs(Long maxTimeToOutputMs) { in setMaxTimeToOutputMs() argument
132 this.mMaxTimeToOutputMs = maxTimeToOutputMs; in setMaxTimeToOutputMs()