Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java257 public final boolean runDeviceTests(String pkgName, String testClassName, Long testTimeoutMs) in runDeviceTests() argument
266 testTimeoutMs, in runDeviceTests()
285 String pkgName, String testClassName, Integer userId, Long testTimeoutMs) in runDeviceTests() argument
294 testTimeoutMs, in runDeviceTests()
388 Long testTimeoutMs) in runDeviceTests() argument
397 testTimeoutMs, in runDeviceTests()
423 Long testTimeoutMs) in runDeviceTests() argument
432 testTimeoutMs, in runDeviceTests()
458 Long testTimeoutMs, in runDeviceTests() argument
469 testTimeoutMs, in runDeviceTests()
[all …]
DDeviceTestRunOptions.java126 public DeviceTestRunOptions setTestTimeoutMs(Long testTimeoutMs) { in setTestTimeoutMs() argument
127 this.mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java600 public void setTestTimeoutMs(int testTimeoutMs) { in setTestTimeoutMs() argument
601 mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()