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.java234 public final boolean runDeviceTests(String pkgName, String testClassName, Long testTimeoutMs) in runDeviceTests() argument
243 testTimeoutMs, in runDeviceTests()
262 String pkgName, String testClassName, Integer userId, Long testTimeoutMs) in runDeviceTests() argument
271 testTimeoutMs, in runDeviceTests()
365 Long testTimeoutMs) in runDeviceTests() argument
374 testTimeoutMs, in runDeviceTests()
400 Long testTimeoutMs) in runDeviceTests() argument
409 testTimeoutMs, in runDeviceTests()
435 Long testTimeoutMs, in runDeviceTests() argument
446 testTimeoutMs, in runDeviceTests()
[all …]
DDeviceTestRunOptions.java118 public DeviceTestRunOptions setTestTimeoutMs(Long testTimeoutMs) { in setTestTimeoutMs() argument
119 this.mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestBase.java802 public void setTestTimeoutMs(int testTimeoutMs) { in setTestTimeoutMs() argument
803 mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()