HomeSort by relevance Sort by last modified time
    Searched defs:mIpAddress (Results 1 - 2 of 2) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java 70 private InetAddress mIpAddress;
99 mIpAddress = source.mIpAddress;
218 mIpAddress = address;
222 if (mIpAddress == null || mIpAddress instanceof Inet6Address) return 0;
223 return NetworkUtils.inetAddressToInt(mIpAddress);
298 if (mIpAddress != null) {
300 dest.writeByteArray(mIpAddress.getAddress());
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 37 milliseconds