Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostUtil.java40 private static String sHostName = null; field in ClusterHostUtil
52 if (sHostName == null) { in getHostName()
54 sHostName = InetAddress.getLocalHost().getHostName(); in getHostName()
59 return sHostName; in getHostName()