Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DProxyConfiguration.java31 private static final String PROXY_CONFIG_OPTION_NAME = "proxy-configuration"; field in ProxyConfiguration
34 name = PROXY_CONFIG_OPTION_NAME,
60 while (argsList.contains("--" + PROXY_CONFIG_OPTION_NAME)) { in clearCommandline()
61 int index = argsList.indexOf("--" + PROXY_CONFIG_OPTION_NAME); in clearCommandline()