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

  /frameworks/base/core/java/android/net/
RouteInfo.java 58 private final InetAddress mGateway;
135 // TODO: set mGateway to null if there is no gateway. This is more correct, saves space, and
154 mGateway = gateway; // InetAddress objects are immutable.
292 return mGateway;
418 if (mGateway != null) val += " " + mGateway.getHostAddress();
439 Objects.equals(mGateway, target.getGateway()) &&
449 + (mGateway == null ? 0 :mGateway.hashCode() * 47)
466 byte[] gatewayBytes = (mGateway == null) ? null : mGateway.getAddress()
    [all...]
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 94 protected InetAddress mGateway;
794 newPacket.mGateway = gateway;
837 pkt.mGateway = gateway;
857 pkt.mGateway = gateway;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 160 milliseconds