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