Searched refs:setGateway (Results 1 – 6 of 6) sorted by relevance
85 .setGateway(gateway) in toStaticIpConfiguration()234 public boolean setGateway(String addrString) { in setGateway() method in DhcpResults268 public void setGateway(InetAddress gateway) { in setGateway() method in DhcpResults
61 .setGateway(InetAddresses.parseNumericAddress("192.0.2.1")) in createStaticIpConfiguration()69 .setGateway(InetAddresses.parseNumericAddress("192.0.2.1")) in createStaticIpConfiguration()
252 builder.setGateway(getInetAddress(jsonConfig.getString("gateway"))); in getWifiConfiguration()
358 .setGateway(gatewayAddress) in readIpConfigurations()
604 staticIpConfigBuilder.setGateway(InetAddress.parseNumericAddress(value)); in parseStaticIpConfiguration()
35354 Landroid/net/DhcpResults;->setGateway(Ljava/lang/String;)Z