Searched refs:testTimeoutMs (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4Test.java | 226 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 …]
|
D | DeviceTestRunOptions.java | 109 public DeviceTestRunOptions setTestTimeoutMs(Long testTimeoutMs) { in setTestTimeoutMs() argument 110 this.mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraTestBase.java | 799 public void setTestTimeoutMs(int testTimeoutMs) { in setTestTimeoutMs() argument 800 mTestTimeoutMs = testTimeoutMs; in setTestTimeoutMs()
|