Searched refs:testTimeoutMs (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 239 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/ |
D | CameraTestBase.java | 600 public void setTestTimeoutMs(int testTimeoutMs) { in setTestTimeoutMs() argument 601 mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()
|