Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1212 if (proxy.getProxyConfig() == null) { in handleProxyCommand()
1215 originalArgs[0] = proxy.getProxyConfig().getAbsolutePath(); in handleProxyCommand()
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DProxyConfiguration.java44 public File getProxyConfig() { in getProxyConfig() method in ProxyConfiguration