Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DDeviceTestRunOptions.java27 public class DeviceTestRunOptions { class
52 public DeviceTestRunOptions(String packageName) { in DeviceTestRunOptions() method in DeviceTestRunOptions
60 public DeviceTestRunOptions setDevice(ITestDevice device) { in setDevice()
73 public DeviceTestRunOptions setRunner(String runner) { in setRunner()
90 public DeviceTestRunOptions setTestClassName(String testClassName) { in setTestClassName()
103 public DeviceTestRunOptions setTestMethodName(String testMethodName) { in setTestMethodName()
113 public DeviceTestRunOptions setUserId(Integer userId) { in setUserId()
126 public DeviceTestRunOptions setTestTimeoutMs(Long testTimeoutMs) { in setTestTimeoutMs()
139 public DeviceTestRunOptions setMaxTimeToOutputMs(Long maxTimeToOutputMs) { in setMaxTimeToOutputMs()
152 public DeviceTestRunOptions setMaxInstrumentationTimeoutMs(Long maxInstrumentationTimeoutMs) { in setMaxInstrumentationTimeoutMs()
[all …]
DBaseHostJUnit4Test.java133 final DeviceTestRunOptions installOptions = new DeviceTestRunOptions(null /*unused*/); in installPackage()
148 final DeviceTestRunOptions installOptions = new DeviceTestRunOptions(null /*unused*/); in installPackage()
161 public final void installPackage(DeviceTestRunOptions options) in installPackage()
202 final DeviceTestRunOptions installOptions = new DeviceTestRunOptions(null /*unused*/); in installPackageAsUser()
226 final DeviceTestRunOptions installOptions = new DeviceTestRunOptions(null /*unused*/); in installPackageAsUser()
484 public final boolean runDeviceTests(DeviceTestRunOptions options) in runDeviceTests()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java327 new DeviceTestRunOptions("com.package") in testRunDeviceTestsWithOptions()