Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DDeviceTestRunOptions.java27 public class DeviceTestRunOptions { class
44 public DeviceTestRunOptions(String packageName) { in DeviceTestRunOptions() method in DeviceTestRunOptions
52 public DeviceTestRunOptions setDevice(ITestDevice device) { in setDevice()
65 public DeviceTestRunOptions setRunner(String runner) { in setRunner()
82 public DeviceTestRunOptions setTestClassName(String testClassName) { in setTestClassName()
95 public DeviceTestRunOptions setTestMethodName(String testMethodName) { in setTestMethodName()
105 public DeviceTestRunOptions setUserId(Integer userId) { in setUserId()
118 public DeviceTestRunOptions setTestTimeoutMs(Long testTimeoutMs) { in setTestTimeoutMs()
131 public DeviceTestRunOptions setMaxTimeToOutputMs(Long maxTimeToOutputMs) { in setMaxTimeToOutputMs()
144 public DeviceTestRunOptions setMaxInstrumentationTimeoutMs(Long maxInstrumentationTimeoutMs) { in setMaxInstrumentationTimeoutMs()
[all …]
DBaseHostJUnit4Test.java461 public final boolean runDeviceTests(DeviceTestRunOptions options) in runDeviceTests()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java279 new DeviceTestRunOptions("com.package") in testRunDeviceTestsWithOptions()