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