Searched refs:staticConfig (Results 1 – 3 of 3) sorted by relevance
321 StaticIpConfiguration staticConfig = config.getIpConfiguration() in initWifiConfigController() local323 if (staticConfig != null && staticConfig.getIpAddress() != null) { in initWifiConfigController()325 staticConfig.getIpAddress().getAddress().getHostAddress()); in initWifiConfigController()1385 StaticIpConfiguration staticConfig = config.getIpConfiguration() in showIpConfigFields() local1387 if (staticConfig != null) { in showIpConfigFields()1388 if (staticConfig.getIpAddress() != null) { in showIpConfigFields()1390 staticConfig.getIpAddress().getAddress().getHostAddress()); in showIpConfigFields()1392 staticConfig.getIpAddress().getPrefixLength())); in showIpConfigFields()1395 if (staticConfig.getGateway() != null) { in showIpConfigFields()1396 mGatewayView.setText(staticConfig.getGateway().getHostAddress()); in showIpConfigFields()[all …]
320 StaticIpConfiguration staticConfig = config.getIpConfiguration() in initWifiConfigController2() local322 if (staticConfig != null && staticConfig.getIpAddress() != null) { in initWifiConfigController2()324 staticConfig.getIpAddress().getAddress().getHostAddress()); in initWifiConfigController2()1364 StaticIpConfiguration staticConfig = config.getIpConfiguration() in showIpConfigFields() local1366 if (staticConfig != null) { in showIpConfigFields()1367 if (staticConfig.getIpAddress() != null) { in showIpConfigFields()1369 staticConfig.getIpAddress().getAddress().getHostAddress()); in showIpConfigFields()1371 staticConfig.getIpAddress().getPrefixLength())); in showIpConfigFields()1374 if (staticConfig.getGateway() != null) { in showIpConfigFields()1375 mGatewayView.setText(staticConfig.getGateway().getHostAddress()); in showIpConfigFields()[all …]
164 public Builder withStaticConfiguration(StaticIpConfiguration staticConfig) { in withStaticConfiguration() argument165 mConfig.mStaticIpConfig = staticConfig; in withStaticConfiguration()