Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DProxyConfiguration.java28 public final class ProxyConfiguration { class
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java43 import com.android.tradefed.config.proxy.ProxyConfiguration;
1433 ProxyConfiguration proxy = new ProxyConfiguration(); in isProxyCommand()
1447 ImmutableSet.of(ProxyConfiguration.PROXY_CONFIG_TYPE_KEY), in handleProxyCommand()
1454 ProxyConfiguration proxy = in handleProxyCommand()
1455 (ProxyConfiguration) in handleProxyCommand()
1456 config.getConfigurationObject(ProxyConfiguration.PROXY_CONFIG_TYPE_KEY); in handleProxyCommand()
1515 String[] argsWithoutDelegation = ProxyConfiguration.clearCommandline(args); in createConfiguration()
/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java50 import com.android.tradefed.config.proxy.ProxyConfiguration;
208 when(mMockConfiguration.getConfigurationObject(ProxyConfiguration.PROXY_CONFIG_TYPE_KEY)) in setUp()