Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/support/
DSupport_Configuration.java64 public static String InetTestIP = "127.0.0.1"; field in Support_Configuration
198 InetTestIP = value; in loadProperties()
203 int dot = InetTestIP.indexOf('.', last); in loadProperties()
204 addr[i] = (byte) Integer.parseInt(InetTestIP.substring( in loadProperties()
208 addr[3] = (byte) Integer.parseInt(InetTestIP.substring(last)); in loadProperties()
211 System.out.println("Error parsing InetTestIP (" + InetTestIP in loadProperties()