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

/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java138 private TextView mIpAddressView; field in class:WifiConfigController
679 if (mIpAddressView == null) return 0;
681 String ipAddr = mIpAddressView.getText().toString();
1017 if (mIpAddressView == null) {
1018 mIpAddressView = (TextView) mView.findViewById(R.id.ipaddress);
1019 mIpAddressView.addTextChangedListener(this);
1034 mIpAddressView.setText(

Completed in 367 milliseconds