Home
last modified time | relevance | path

Searched refs:inetAddressToInt (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
DDhcpInfoInternal.java64 return NetworkUtils.inetAddressToInt(inetAddress); in convertToInt()
DNetworkUtils.java127 public static int inetAddressToInt(InetAddress inetAddr) in inetAddressToInt() method in NetworkUtils
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java223 return NetworkUtils.inetAddressToInt(mIpAddress); in getIpAddress()