Searched refs:deviceTestRunOptions (Results 1 – 1 of 1) sorted by relevance
164 final DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(packageName) in runDeviceTestsWithCustomOptions() local170 deviceTestRunOptions.addInstrumentationArg(ARG_CONNECTION_CHECK_CUSTOM_URL, mCustomUrl); in runDeviceTestsWithCustomOptions()175 deviceTestRunOptions.addInstrumentationArg(arg.getKey(), arg.getValue()); in runDeviceTestsWithCustomOptions()178 return runDeviceTests(deviceTestRunOptions); in runDeviceTestsWithCustomOptions()