Home
last modified time | relevance | path

Searched defs:inetAddr (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/framework/com/android/net/module/util/
DInet4AddressUtils.java67 public static int inet4AddressToIntHTH(Inet4Address inetAddr) in inet4AddressToIntHTH()
82 public static int inet4AddressToIntHTL(Inet4Address inetAddr) { in inet4AddressToIntHTL()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2552 private static Proxy inetAddrProxy(String inetAddr, int port) { in inetAddrProxy()