Searched defs:getNetworkPart (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/net/
H A DNetworkUtils.java178 public static InetAddress getNetworkPart(InetAddress address, int prefixLength) { method in class:NetworkUtils
180 throw new RuntimeException("getNetworkPart doesn't accept null address");
186 throw new RuntimeException("getNetworkPart - bad prefixLength");
205 throw new RuntimeException("getNetworkPart error - " + e.toString());

Completed in 54 milliseconds