Searched refs:HOSTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DInetAddrTest.java34 private static final String[] HOSTS = { field in class:InetAddrTest
87 int index = random.nextInt(HOSTS.length);
89 InetAddress.getByName(HOSTS[index]);

Completed in 42 milliseconds