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.java42 private static String sHostIpAddress = null; field in ClusterHostUtil
70 if (sHostIpAddress == null) { in getHostIpAddress()
72 sHostIpAddress = InetAddress.getLocalHost().getHostAddress(); in getHostIpAddress()
77 return sHostIpAddress; in getHostIpAddress()