Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside-network-policy/instrumentation_arguments/src/com/android/cts/netpolicy/arguments/
DInstrumentationArguments.java21 String ARG_CONNECTION_CHECK_CUSTOM_URL = "connection_check_custom_url"; field
/packages/modules/Connectivity/tests/cts/hostside-network-policy/src/com/android/cts/netpolicy/
DHostsideNetworkPolicyTestCase.java19 …tatic com.android.cts.netpolicy.arguments.InstrumentationArguments.ARG_CONNECTION_CHECK_CUSTOM_URL;
170 deviceTestRunOptions.addInstrumentationArg(ARG_CONNECTION_CHECK_CUSTOM_URL, mCustomUrl); in runDeviceTestsWithCustomOptions()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java26 …tatic com.android.cts.netpolicy.arguments.InstrumentationArguments.ARG_CONNECTION_CHECK_CUSTOM_URL;
197 mCustomUrl = args.getString(ARG_CONNECTION_CHECK_CUSTOM_URL); in setUp()