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
54 if (sHostName == null) { in getHostName()
56 sHostName = InetAddress.getLocalHost().getHostName(); in getHostName()
61 return sHostName; in getHostName()