Home
last modified time | relevance | path

Searched refs:mIpAddressView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java107 private TextView mIpAddressView; field in WifiConfigController
435 if (mIpAddressView == null) return 0; in validateIpConfigFields()
437 String ipAddr = mIpAddressView.getText().toString(); in validateIpConfigFields()
597 if (mIpAddressView == null) { in showIpConfigFields()
598 mIpAddressView = (TextView) mView.findViewById(R.id.ipaddress); in showIpConfigFields()
599 mIpAddressView.addTextChangedListener(this); in showIpConfigFields()
615 mIpAddressView.setText(linkAddress.getAddress().getHostAddress()); in showIpConfigFields()