HomeSort by relevance Sort by last modified time
    Searched refs:currentHostname (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/config/gcs/
GCSConfigurationServer.java 59 String currentHostname = currentHostname();
62 mCurrentHostConfig = getHostConfig(currentHostname, hostConfigMapping);
104 private boolean sameHost(String currentHostname, String hostname) {
105 return currentHostname.startsWith(hostname);
115 String currentHostname() throws ConfigurationException {
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
GCSConfigurationServerTest.java 72 String currentHostname() throws ConfigurationException {

Completed in 92 milliseconds