Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside-network-policy/src/com/android/cts/netpolicy/
DHostsideNetworkPolicyTestCase.java164 final DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(packageName) in runDeviceTestsWithCustomOptions() local
170 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()