Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostUtil.java49 private static String sHostIpAddress = null; field in ClusterHostUtil
133 if (sHostIpAddress == null) { in getHostIpAddress()
158 sHostIpAddress = addresses.get(0).getHostAddress(); in getHostIpAddress()
161 return sHostIpAddress == null ? UNKNOWN : sHostIpAddress; in getHostIpAddress()