Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java239 public final boolean runDeviceTests(String pkgName, String testClassName, Long testTimeoutMs) in runDeviceTests() argument
248 testTimeoutMs, in runDeviceTests()
267 String pkgName, String testClassName, Integer userId, Long testTimeoutMs) in runDeviceTests() argument
276 testTimeoutMs, in runDeviceTests()
370 Long testTimeoutMs) in runDeviceTests() argument
379 testTimeoutMs, in runDeviceTests()
405 Long testTimeoutMs) in runDeviceTests() argument
414 testTimeoutMs, in runDeviceTests()
440 Long testTimeoutMs, in runDeviceTests() argument
451 testTimeoutMs, in runDeviceTests()
[all …]
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java600 public void setTestTimeoutMs(int testTimeoutMs) { in setTestTimeoutMs() argument
601 mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()