Searched refs:mIpAddressView (Results 1 – 1 of 1) sorted by relevance
107 private TextView mIpAddressView; field in WifiConfigController435 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()