Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DIClusterOptions.java27 public String getServiceUrl(); in getServiceUrl() method
DClusterOptions.java136 public String getServiceUrl() { in getServiceUrl() method in ClusterOptions
DClusterClient.java330 String baseUrl = getClusterOptions().getServiceUrl(); in getApiHelper()