Home
last modified time | relevance | path

Searched refs:testTimeoutMs (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java226 public final boolean runDeviceTests(String pkgName, String testClassName, Long testTimeoutMs) in runDeviceTests() argument
235 testTimeoutMs, in runDeviceTests()
253 String pkgName, String testClassName, Integer userId, Long testTimeoutMs) in runDeviceTests() argument
262 testTimeoutMs, in runDeviceTests()
353 Long testTimeoutMs) in runDeviceTests() argument
362 testTimeoutMs, in runDeviceTests()
387 Long testTimeoutMs) in runDeviceTests() argument
396 testTimeoutMs, in runDeviceTests()
421 Long testTimeoutMs, in runDeviceTests() argument
432 testTimeoutMs, in runDeviceTests()
[all …]
DDeviceTestRunOptions.java109 public DeviceTestRunOptions setTestTimeoutMs(Long testTimeoutMs) { in setTestTimeoutMs() argument
110 this.mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java799 public void setTestTimeoutMs(int testTimeoutMs) { in setTestTimeoutMs() argument
800 mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()