Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java76 private TextView mSsidView; field in WifiConfigController
166 mSsidView = (TextView) mView.findViewById(R.id.ssid); in WifiConfigController()
167 mSsidView.addTextChangedListener(this); in WifiConfigController()
289 if ((mSsidView != null && mSsidView.length() == 0) || in enableSubmitIfAppropriate()
312 mSsidView.getText().toString()); in getConfig()