Searched refs:DeviceTestRunOptions (Results 1 – 3 of 3) sorted by relevance
27 public class DeviceTestRunOptions { class44 public DeviceTestRunOptions(String packageName) { in DeviceTestRunOptions() method in DeviceTestRunOptions52 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 …]
461 public final boolean runDeviceTests(DeviceTestRunOptions options) in runDeviceTests()
279 new DeviceTestRunOptions("com.package") in testRunDeviceTestsWithOptions()