Searched defs:setGateway (Results 1 – 2 of 2) sorted by relevance
247 public boolean setGateway(String addrString) { in setGateway() method in DhcpResults286 public void setGateway(InetAddress gateway) { in setGateway() method in DhcpResults
140 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway() method in StaticIpConfiguration.Builder