Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/shared/
DInet4AddressUtilsTest.java19 import static android.net.shared.Inet4AddressUtils.getBroadcastAddress;
20 import static android.net.shared.Inet4AddressUtils.getImplicitNetmask;
21 import static android.net.shared.Inet4AddressUtils.getPrefixMaskAsInet4Address;
22 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;
23 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTL;
24 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
25 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTL;
26 import static android.net.shared.Inet4AddressUtils.netmaskToPrefixLength;
27 import static android.net.shared.Inet4AddressUtils.prefixLengthToV4NetmaskIntHTH;
28 import static android.net.shared.Inet4AddressUtils.prefixLengthToV4NetmaskIntHTL;
/frameworks/base/core/java/android/net/
DNetworkUtils.java24 import android.net.shared.Inet4AddressUtils;
182 return Inet4AddressUtils.intToInet4AddressHTL(hostAddress); in intToInetAddress()
193 return Inet4AddressUtils.inet4AddressToIntHTL(inetAddr); in inetAddressToInt()
205 return Inet4AddressUtils.prefixLengthToV4NetmaskIntHTL(prefixLength); in prefixLengthToNetmaskInt()
229 return Inet4AddressUtils.netmaskToPrefixLength(netmask); in netmaskToPrefixLength()
295 return Inet4AddressUtils.getImplicitNetmask(address); in getImplicitNetmask()
/frameworks/base/core/java/android/net/shared/
DInet4AddressUtils.java27 public class Inet4AddressUtils { class
/frameworks/base/services/net/java/android/net/dhcp/
DDhcpServingParamsParcelExt.java19 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;
/frameworks/base/tests/net/java/android/net/ip/
DIpServerTest.java29 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;