Searched refs:staticConfig (Results 1 – 3 of 3) sorted by relevance
343 StaticIpConfiguration staticConfig = config.getIpConfiguration() in initWifiConfigController() local345 if (staticConfig != null && staticConfig.getIpAddress() != null) { in initWifiConfigController()347 staticConfig.getIpAddress().getAddress().getHostAddress()); in initWifiConfigController()1417 StaticIpConfiguration staticConfig = config.getIpConfiguration() in showIpConfigFields() local1419 if (staticConfig != null) { in showIpConfigFields()1420 if (staticConfig.getIpAddress() != null) { in showIpConfigFields()1422 staticConfig.getIpAddress().getAddress().getHostAddress()); in showIpConfigFields()1424 staticConfig.getIpAddress().getPrefixLength())); in showIpConfigFields()1427 if (staticConfig.getGateway() != null) { in showIpConfigFields()1428 mGatewayView.setText(staticConfig.getGateway().getHostAddress()); in showIpConfigFields()[all …]
362 StaticIpConfiguration staticConfig = config.getIpConfiguration() in initWifiConfigController2() local364 if (staticConfig != null && staticConfig.getIpAddress() != null) { in initWifiConfigController2()366 staticConfig.getIpAddress().getAddress().getHostAddress()); in initWifiConfigController2()1456 StaticIpConfiguration staticConfig = config.getIpConfiguration() in showIpConfigFields() local1458 if (staticConfig != null) { in showIpConfigFields()1459 if (staticConfig.getIpAddress() != null) { in showIpConfigFields()1461 staticConfig.getIpAddress().getAddress().getHostAddress()); in showIpConfigFields()1463 staticConfig.getIpAddress().getPrefixLength())); in showIpConfigFields()1466 if (staticConfig.getGateway() != null) { in showIpConfigFields()1467 mGatewayView.setText(staticConfig.getGateway().getHostAddress()); in showIpConfigFields()[all …]
177 public Builder withStaticConfiguration(StaticIpConfiguration staticConfig) { in withStaticConfiguration() argument179 mConfig.mStaticIpConfig = staticConfig; in withStaticConfiguration()