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

/frameworks/base/core/java/android/net/
H A DRouteInfo.java68 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(),
227 InetAddress dstNet = NetworkUtils.getNetworkPart(destination,
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());
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java866 InetAddress addr = NetworkUtils.getNetworkPart(ia.getAddress(),

Completed in 116 milliseconds